#D67DB0

Color #D67DB0 Kobi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kobi #D67DB0

Tints of Kobi #D67DB0

Color information

#D67DB0 (or 0xD67DB0) is unknown color: approx Kobi. HEX triplet: D6, 7D and B0. RGB value is (214,125,176). Sum of RGB (Red+Green+Blue) = 214+125+176=515 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.55% from 515); Green value is 125 (49.22% from 255 or 24.27% from 515); Blue value is 176 (69.14% from 255 or 34.17% from 515); Max value from RGB is 214 - color contains mainly: red. Hex color #D67DB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67DB0 is #29824F. Grayscale: #9D9D9D. Windows color (decimal): -2720336 or 11566550. OLE color: 11566550.

HSL color Cylindrical-coordinate representation of color #D67DB0: hue angle of 325.62º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D67DB0 is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB214125176-
CMYK00.420.180.16
HSL325.62º52.05%66.47%-
HSV(B)325.62º41.59%83.92%-
XYZ42.932.145.01-
YUV157.42138.49168.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 214 (83.98% from 255) = 41.55%
GREEN value IS 125 (49.22% from 255) = 24.27%
BLUE value IS 176 (69.14% from 255) = 34.17%
R=41.55%
G=24.27%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412517600.420.180.16325.6252.0566.47
HexD67DB002A12101463442
Octal326175260052222050664102
Binary11010110111110110110000010101010010100001010001101101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67DB0; }

 p { color: rgb(214,125,176); }

 H1.HeaderClassName
 {
   color: #D67DB0;
 }
 .AnyTagClassName
 {
   color: #D67DB0;
 }
</style>
background-color css

<style>
 a { background-color: #D67DB0; }

 a { background-color: rgb(214,125,176); }

 div.DivClassName
 {
   background-color: #D67DB0;
 }
 .BgClassName
 {
   background-color: #D67DB0;
 }
</style>
border-color css

<style>
 span { border-color: #D67DB0; }

 span { border-color: rgb(214,125,176); }

 td.TdClassName
 {
   border-color: #D67DB0;
 }
 .TagClassName
 {
   border-color: #D67DB0;
 }
</style>