#D37DB6

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

Shades of Persian Pink #D37DB6

Tints of Persian Pink #D37DB6

Color information

#D37DB6 (or 0xD37DB6) is unknown color: approx Persian Pink. HEX triplet: D3, 7D and B6. RGB value is (211,125,182). Sum of RGB (Red+Green+Blue) = 211+125+182=518 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.73% from 518); Green value is 125 (49.22% from 255 or 24.13% from 518); Blue value is 182 (71.48% from 255 or 35.14% from 518); Max value from RGB is 211 - color contains mainly: red. Hex color #D37DB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37DB6 is #2C8249. Grayscale: #9D9D9D. Windows color (decimal): -2916938 or 11959763. OLE color: 11959763.

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

Color convert

RGB211125182-
CMYK00.410.140.17
HSL320.23º49.43%65.88%-
HSV(B)320.23º40.76%82.75%-
XYZ42.6431.8948.16-
YUV157.21141.99166.37-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.73%
GREEN value IS 125 (49.22% from 255) = 24.13%
BLUE value IS 182 (71.48% from 255) = 35.14%
R=40.73%
G=24.13%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.14
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21112518200.410.140.17320.2349.4365.88
HexD37DB6029E111403142
Octal323175266051162150061102
Binary1101001111111011011011001010011110100011010000001100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D37DB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D37DB6; }

 p { color: rgb(211,125,182); }

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

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

 a { background-color: rgb(211,125,182); }

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

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

 span { border-color: rgb(211,125,182); }

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