#D67DA9

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

Shades of Kobi #D67DA9

Tints of Kobi #D67DA9

Color information

#D67DA9 (or 0xD67DA9) is unknown color: approx Kobi. HEX triplet: D6, 7D and A9. RGB value is (214,125,169). Sum of RGB (Red+Green+Blue) = 214+125+169=508 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.13% from 508); Green value is 125 (49.22% from 255 or 24.61% from 508); Blue value is 169 (66.41% from 255 or 33.27% from 508); Max value from RGB is 214 - color contains mainly: red. Hex color #D67DA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67DA9 is #298256. Grayscale: #9C9C9C. Windows color (decimal): -2720343 or 11107798. OLE color: 11107798.

HSL color Cylindrical-coordinate representation of color #D67DA9: hue angle of 330.34º 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 #D67DA9 is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB214125169-
CMYK00.420.210.16
HSL330.34º52.05%66.47%-
HSV(B)330.34º41.59%83.92%-
XYZ42.2331.8341.45-
YUV156.63134.99168.92-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.13%
GREEN value IS 125 (49.22% from 255) = 24.61%
BLUE value IS 169 (66.41% from 255) = 33.27%
R=42.13%
G=24.61%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412516900.420.210.16330.3452.0566.47
HexD67DA902A151014a3442
Octal326175251052252051264102
Binary11010110111110110101001010101010101100001010010101101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67DA9; }

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

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

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

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

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

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

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

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