#D47DAE

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

Shades of Kobi #D47DAE

Tints of Kobi #D47DAE

Color information

#D47DAE (or 0xD47DAE) is unknown color: approx Kobi. HEX triplet: D4, 7D and AE. RGB value is (212,125,174). Sum of RGB (Red+Green+Blue) = 212+125+174=511 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.49% from 511); Green value is 125 (49.22% from 255 or 24.46% from 511); Blue value is 174 (68.36% from 255 or 34.05% from 511); Max value from RGB is 212 - color contains mainly: red. Hex color #D47DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47DAE is #2B8251. Grayscale: #9C9C9C. Windows color (decimal): -2851410 or 11435476. OLE color: 11435476.

HSL color Cylindrical-coordinate representation of color #D47DAE: hue angle of 326.21º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D47DAE is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB212125174-
CMYK00.410.180.17
HSL326.21º50.29%66.08%-
HSV(B)326.21º41.04%83.14%-
XYZ42.1231.7243.95-
YUV156.6137.82167.52-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.49%
GREEN value IS 125 (49.22% from 255) = 24.46%
BLUE value IS 174 (68.36% from 255) = 34.05%
R=41.49%
G=24.46%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212517400.410.180.17326.2150.2966.08
HexD47DAE02912111463242
Octal324175256051222150662102
Binary11010100111110110101110010100110010100011010001101100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47DAE; }

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

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

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

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

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

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

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

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