#D37CB6

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

Shades of Persian Pink #D37CB6

Tints of Persian Pink #D37CB6

Color information

#D37CB6 (or 0xD37CB6) is unknown color: approx Persian Pink. HEX triplet: D3, 7C and B6. RGB value is (211,124,182). Sum of RGB (Red+Green+Blue) = 211+124+182=517 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.81% from 517); Green value is 124 (48.83% from 255 or 23.98% from 517); Blue value is 182 (71.48% from 255 or 35.20% from 517); Max value from RGB is 211 - color contains mainly: red. Hex color #D37CB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37CB6 is #2C8349. Grayscale: #9C9C9C. Windows color (decimal): -2917194 or 11959507. OLE color: 11959507.

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

Color convert

RGB211124182-
CMYK00.410.140.17
HSL320º49.71%65.69%-
HSV(B)320º41.23%82.75%-
XYZ42.5231.6448.12-
YUV156.62142.32166.78-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.81%
GREEN value IS 124 (48.83% from 255) = 23.98%
BLUE value IS 182 (71.48% from 255) = 35.20%
R=40.81%
G=23.98%
B=35.20%

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
Decimal21112418200.410.140.1732049.7165.69
HexD37CB6029E111403242
Octal323174266051162150062102
Binary1101001111111001011011001010011110100011010000001100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D37CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D37CB6; }

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

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

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

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

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

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

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

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