Html Css Color HEX #D37CB6 Persian Pink

📋 copy color: '#D37CB6'

red 211 ◦ green 124 ◦ blue 182

#D37CB6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Pink #D37CB6

Tints of Persian Pink #D37CB6

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.2%

R = 40.81%
G = 23.98%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.14

 K value IS 0.17

RGB Variations

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

Color information

#D37CB6 (or 0xD37CB6) is known color: 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

RGB 211 124 182 -
CMYK 0 0.41 0.14 0.17
HSL 320º 0.5% 0.66% -
HSV(B) 320º 0.41% 0.83% -
XYZ 42.52 31.64 48.12 -
YUV 156.63 142.32 166.78 -
System Red Green Blue C M Y K H S L
Decimal 211 124 182 0 0.41 0.14 0.17 320 0.5 0.66
Hex D3 7C B6 0 29 E 11 140 32 42
Octal 323 174 266 0 51 16 21 500 62 102
Binary 11010011 1111100 10110110 0 101001 1110 10001 101000000 110010 1000010

Color Harmonies of #D37CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37CB6

Black with #D37CB6

Text Example


Text Example

White with #D37CB6

Text Example


Text Example

HTML Codes & Css Web 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>