#D67DAE

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

Shades of Kobi #D67DAE

Tints of Kobi #D67DAE

Color information

#D67DAE (or 0xD67DAE) is unknown color: approx Kobi. HEX triplet: D6, 7D and AE. RGB value is (214,125,174). Sum of RGB (Red+Green+Blue) = 214+125+174=513 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.72% from 513); Green value is 125 (49.22% from 255 or 24.37% from 513); Blue value is 174 (68.36% from 255 or 33.92% from 513); Max value from RGB is 214 - color contains mainly: red. Hex color #D67DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67DAE is #298251. Grayscale: #9D9D9D. Windows color (decimal): -2720338 or 11435478. OLE color: 11435478.

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

Color convert

RGB214125174-
CMYK00.420.190.16
HSL326.97º52.05%66.47%-
HSV(B)326.97º41.59%83.92%-
XYZ42.7132.0243.97-
YUV157.2137.49168.52-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.72%
GREEN value IS 125 (49.22% from 255) = 24.37%
BLUE value IS 174 (68.36% from 255) = 33.92%
R=41.72%
G=24.37%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412517400.420.190.16326.9752.0566.47
HexD67DAE02A13101473442
Octal326175256052232050764102
Binary11010110111110110101110010101010011100001010001111101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67DAE; }

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

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

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

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

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

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

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

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