Html Css Color HEX #D37595 Pale Violet Red

📋 copy color: '#D37595'

red 211 ◦ green 117 ◦ blue 149

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

Shades of Pale Violet Red #D37595

Tints of Pale Violet Red #D37595

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.53%

 BLUE value IS 149 (58.59% from 255) = 31.24%

R = 44.23%
G = 24.53%
B = 31.24%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.29

 K value IS 0.17

RGB Variations

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

Color information

#D37595 (or 0xD37595) is known color: Pale Violet Red. HEX triplet: D3, 75 and 95. RGB value is (211,117,149). Sum of RGB (Red+Green+Blue) = 211+117+149=477 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.23% from 477); Green value is 117 (46.09% from 255 or 24.53% from 477); Blue value is 149 (58.59% from 255 or 31.24% from 477); Max value from RGB is 211 - color contains mainly: red. Hex color #D37595 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D37595 is #2C8A6A. Grayscale: #949494. Windows color (decimal): -2919019 or 9795027. OLE color: 9795027.

HSL color Cylindrical-coordinate representation of color #D37595: hue angle of 339.57º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D37595 is Cyan = 0, Magento = 0.45, Yellow = 0.29 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 117 149 -
CMYK 0 0.45 0.29 0.17
HSL 339.57º 0.52% 0.64% -
HSV(B) 339.57º 0.45% 0.83% -
XYZ 38.65 28.74 31.94 -
YUV 148.75 128.14 172.4 -
System Red Green Blue C M Y K H S L
Decimal 211 117 149 0 0.45 0.29 0.17 339.57 0.52 0.64
Hex D3 75 95 0 2D 1D 11 154 34 40
Octal 323 165 225 0 55 35 21 524 64 100
Binary 11010011 1110101 10010101 0 101101 11101 10001 101010100 110100 1000000

Color Harmonies of #D37595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37595

Black with #D37595

Text Example


Text Example

White with #D37595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37595; }

 p { color: rgb(211,117,149); }

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

background-color css

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

 a { background-color: rgb(211,117,149); }

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

border-color css

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

 span { border-color: rgb(211,117,149); }

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