#D47FB3

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

Shades of Kobi #D47FB3

Tints of Kobi #D47FB3

Color information

#D47FB3 (or 0xD47FB3) is unknown color: approx Kobi. HEX triplet: D4, 7F and B3. RGB value is (212,127,179). Sum of RGB (Red+Green+Blue) = 212+127+179=518 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.93% from 518); Green value is 127 (50% from 255 or 24.52% from 518); Blue value is 179 (70.31% from 255 or 34.56% from 518); Max value from RGB is 212 - color contains mainly: red. Hex color #D47FB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47FB3 is #2B804C. Grayscale: #9E9E9E. Windows color (decimal): -2850893 or 11763668. OLE color: 11763668.

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

Color convert

RGB212127179-
CMYK00.400.160.17
HSL323.29º49.71%66.47%-
HSV(B)323.29º40.09%83.14%-
XYZ42.8832.4346.65-
YUV158.34139.66166.27-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.93%
GREEN value IS 127 (50% from 255) = 24.52%
BLUE value IS 179 (70.31% from 255) = 34.56%
R=40.93%
G=24.52%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.16
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212717900.400.160.17323.2949.7166.47
HexD47FB302810111433242
Octal324177263050202150362102
Binary11010100111111110110011010100010000100011010000111100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47FB3; }

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

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

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

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

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

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

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

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