Html Css Color HEX #D37DB5 Persian Pink

📋 copy color: '#D37DB5'

red 211 ◦ green 125 ◦ blue 181

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

Shades of Persian Pink #D37DB5

Tints of Persian Pink #D37DB5

RGB

 RED value IS 211 (82.81% from 255) = 40.81%

 GREEN value IS 125 (49.22% from 255) = 24.18%

 BLUE value IS 181 (71.09% from 255) = 35.01%

R = 40.81%
G = 24.18%
B = 35.01%

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

#D37DB5 (or 0xD37DB5) is known color: Persian Pink. HEX triplet: D3, 7D and B5. RGB value is (211,125,181). Sum of RGB (Red+Green+Blue) = 211+125+181=517 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.81% from 517); Green value is 125 (49.22% from 255 or 24.18% from 517); Blue value is 181 (71.09% from 255 or 35.01% from 517); Max value from RGB is 211 - color contains mainly: red. Hex color #D37DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37DB5 is #2C824A. Grayscale: #9C9C9C. Windows color (decimal): -2916939 or 11894227. OLE color: 11894227.

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

Color convert

RGB 211 125 181 -
CMYK 0 0.41 0.14 0.17
HSL 320.93º 0.49% 0.66% -
HSV(B) 320.93º 0.41% 0.83% -
XYZ 42.54 31.85 47.62 -
YUV 157.1 141.49 166.45 -
System Red Green Blue C M Y K H S L
Decimal 211 125 181 0 0.41 0.14 0.17 320.93 0.49 0.66
Hex D3 7D B5 0 29 E 11 141 31 42
Octal 323 175 265 0 51 16 21 501 61 102
Binary 11010011 1111101 10110101 0 101001 1110 10001 101000001 110001 1000010

Color Harmonies of #D37DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37DB5

Black with #D37DB5

Text Example


Text Example

White with #D37DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37DB5; }

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

 H1.HeaderClassName
 {
   color: #D37DB5;
 }
 .AnyTagClassName
 {
   color: #D37DB5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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