#D67EA9

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

Shades of Kobi #D67EA9

Tints of Kobi #D67EA9

Color information

#D67EA9 (or 0xD67EA9) is unknown color: approx Kobi. HEX triplet: D6, 7E and A9. RGB value is (214,126,169). Sum of RGB (Red+Green+Blue) = 214+126+169=509 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.04% from 509); Green value is 126 (49.61% from 255 or 24.75% from 509); Blue value is 169 (66.41% from 255 or 33.20% from 509); Max value from RGB is 214 - color contains mainly: red. Hex color #D67EA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67EA9 is #298156. Grayscale: #9D9D9D. Windows color (decimal): -2720087 or 11108054. OLE color: 11108054.

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

Color convert

RGB214126169-
CMYK00.410.210.16
HSL330.68º51.76%66.67%-
HSV(B)330.68º41.12%83.92%-
XYZ42.3532.0841.5-
YUV157.21134.65168.5-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.04%
GREEN value IS 126 (49.61% from 255) = 24.75%
BLUE value IS 169 (66.41% from 255) = 33.20%
R=42.04%
G=24.75%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412616900.410.210.16330.6851.7666.67
HexD67EA9029151014b3443
Octal326176251051252051364103
Binary11010110111111010101001010100110101100001010010111101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67EA9; }

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

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

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

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

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

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

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

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