#D47FB4

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

Shades of Kobi #D47FB4

Tints of Kobi #D47FB4

Color information

#D47FB4 (or 0xD47FB4) is unknown color: approx Kobi. HEX triplet: D4, 7F and B4. RGB value is (212,127,180). Sum of RGB (Red+Green+Blue) = 212+127+180=519 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.85% from 519); Green value is 127 (50% from 255 or 24.47% from 519); Blue value is 180 (70.70% from 255 or 34.68% from 519); Max value from RGB is 212 - color contains mainly: red. Hex color #D47FB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47FB4 is #2B804B. Grayscale: #9E9E9E. Windows color (decimal): -2850892 or 11829204. OLE color: 11829204.

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

Color convert

RGB212127180-
CMYK00.400.150.17
HSL322.59º49.71%66.47%-
HSV(B)322.59º40.09%83.14%-
XYZ42.9832.4747.18-
YUV158.46140.16166.19-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.85%
GREEN value IS 127 (50% from 255) = 24.47%
BLUE value IS 180 (70.70% from 255) = 34.68%
R=40.85%
G=24.47%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.15
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212718000.400.150.17322.5949.7166.47
HexD47FB4028F111433242
Octal324177264050172150362102
Binary1101010011111111011010001010001111100011010000111100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47FB4; }

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

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

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

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

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

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

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

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