#D47FAD

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

Shades of Kobi #D47FAD

Tints of Kobi #D47FAD

Color information

#D47FAD (or 0xD47FAD) is unknown color: approx Kobi. HEX triplet: D4, 7F and AD. RGB value is (212,127,173). Sum of RGB (Red+Green+Blue) = 212+127+173=512 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.41% from 512); Green value is 127 (50% from 255 or 24.80% from 512); Blue value is 173 (67.97% from 255 or 33.79% from 512); Max value from RGB is 212 - color contains mainly: red. Hex color #D47FAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47FAD is #2B8052. Grayscale: #9D9D9D. Windows color (decimal): -2850899 or 11370452. OLE color: 11370452.

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

Color convert

RGB212127173-
CMYK00.400.180.17
HSL327.53º49.71%66.47%-
HSV(B)327.53º40.09%83.14%-
XYZ42.2832.1943.52-
YUV157.66136.66166.76-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.41%
GREEN value IS 127 (50% from 255) = 24.80%
BLUE value IS 173 (67.97% from 255) = 33.79%
R=41.41%
G=24.80%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212717300.400.180.17327.5349.7166.47
HexD47FAD02812111483242
Octal324177255050222151062102
Binary11010100111111110101101010100010010100011010010001100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47FAD; }

 p { color: rgb(212,127,173); }

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

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

 a { background-color: rgb(212,127,173); }

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

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

 span { border-color: rgb(212,127,173); }

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