Html Css Color HEX #D37B9C Pale Violet Red

📋 copy color: '#D37B9C'

red 211 ◦ green 123 ◦ blue 156

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

Shades of Pale Violet Red #D37B9C

Tints of Pale Violet Red #D37B9C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.1%

 BLUE value IS 156 (61.33% from 255) = 31.84%

R = 43.06%
G = 25.1%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.26

 K value IS 0.17

RGB Variations

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

Color information

#D37B9C (or 0xD37B9C) is known color: Pale Violet Red. HEX triplet: D3, 7B and 9C. RGB value is (211,123,156). Sum of RGB (Red+Green+Blue) = 211+123+156=490 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.06% from 490); Green value is 123 (48.44% from 255 or 25.10% from 490); Blue value is 156 (61.33% from 255 or 31.84% from 490); Max value from RGB is 211 - color contains mainly: red. Hex color #D37B9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D37B9C is #2C8463. Grayscale: #999999. Windows color (decimal): -2917476 or 10255315. OLE color: 10255315.

HSL color Cylindrical-coordinate representation of color #D37B9C: hue angle of 337.5º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D37B9C is Cyan = 0, Magento = 0.42, Yellow = 0.26 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 123 156 -
CMYK 0 0.42 0.26 0.17
HSL 337.5º 0.5% 0.65% -
HSV(B) 337.5º 0.42% 0.83% -
XYZ 39.95 30.42 35.22 -
YUV 153.07 129.65 169.32 -
System Red Green Blue C M Y K H S L
Decimal 211 123 156 0 0.42 0.26 0.17 337.5 0.5 0.65
Hex D3 7B 9C 0 2A 1A 11 152 32 41
Octal 323 173 234 0 52 32 21 522 62 101
Binary 11010011 1111011 10011100 0 101010 11010 10001 101010010 110010 1000001

Color Harmonies of #D37B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37B9C

Black with #D37B9C

Text Example


Text Example

White with #D37B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37B9C; }

 p { color: rgb(211,123,156); }

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

background-color css

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

 a { background-color: rgb(211,123,156); }

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

border-color css

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

 span { border-color: rgb(211,123,156); }

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