#D47DB3

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

Shades of Kobi #D47DB3

Tints of Kobi #D47DB3

Color information

#D47DB3 (or 0xD47DB3) is unknown color: approx Kobi. HEX triplet: D4, 7D and B3. RGB value is (212,125,179). Sum of RGB (Red+Green+Blue) = 212+125+179=516 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.09% from 516); Green value is 125 (49.22% from 255 or 24.22% from 516); Blue value is 179 (70.31% from 255 or 34.69% from 516); Max value from RGB is 212 - color contains mainly: red. Hex color #D47DB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47DB3 is #2B824C. Grayscale: #9D9D9D. Windows color (decimal): -2851405 or 11763156. OLE color: 11763156.

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

Color convert

RGB212125179-
CMYK00.410.160.17
HSL322.76º50.29%66.08%-
HSV(B)322.76º41.04%83.14%-
XYZ42.6231.9246.56-
YUV157.17140.32167.11-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.09%
GREEN value IS 125 (49.22% from 255) = 24.22%
BLUE value IS 179 (70.31% from 255) = 34.69%
R=41.09%
G=24.22%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.16
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212517900.410.160.17322.7650.2966.08
HexD47DB302910111433242
Octal324175263051202150362102
Binary11010100111110110110011010100110000100011010000111100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47DB3; }

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

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

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

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

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

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

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

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