Html Css Color HEX #D36D8E Pale Violet Red

📋 copy color: '#D36D8E'

red 211 ◦ green 109 ◦ blue 142

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

Shades of Pale Violet Red #D36D8E

Tints of Pale Violet Red #D36D8E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.59%

 BLUE value IS 142 (55.86% from 255) = 30.74%

R = 45.67%
G = 23.59%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#D36D8E (or 0xD36D8E) is known color: Pale Violet Red. HEX triplet: D3, 6D and 8E. RGB value is (211,109,142). Sum of RGB (Red+Green+Blue) = 211+109+142=462 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.67% from 462); Green value is 109 (42.97% from 255 or 23.59% from 462); Blue value is 142 (55.86% from 255 or 30.74% from 462); Max value from RGB is 211 - color contains mainly: red. Hex color #D36D8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D36D8E is #2C9271. Grayscale: #8F8F8F. Windows color (decimal): -2921074 or 9334227. OLE color: 9334227.

HSL color Cylindrical-coordinate representation of color #D36D8E: hue angle of 340.59º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D36D8E is Cyan = 0, Magento = 0.48, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 109 142 -
CMYK 0 0.48 0.33 0.17
HSL 340.59º 0.54% 0.63% -
HSV(B) 340.59º 0.48% 0.83% -
XYZ 37.22 26.74 28.79 -
YUV 143.26 127.29 176.32 -
System Red Green Blue C M Y K H S L
Decimal 211 109 142 0 0.48 0.33 0.17 340.59 0.54 0.63
Hex D3 6D 8E 0 30 21 11 155 36 3F
Octal 323 155 216 0 60 41 21 525 66 77
Binary 11010011 1101101 10001110 0 110000 100001 10001 101010101 110110 111111

Color Harmonies of #D36D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36D8E

Black with #D36D8E

Text Example


Text Example

White with #D36D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36D8E; }

 p { color: rgb(211,109,142); }

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

background-color css

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

 a { background-color: rgb(211,109,142); }

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

border-color css

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

 span { border-color: rgb(211,109,142); }

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