Html Css Color HEX #D96D98 Pale Violet Red

📋 copy color: '#D96D98'

red 217 ◦ green 109 ◦ blue 152

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

Shades of Pale Violet Red #D96D98

Tints of Pale Violet Red #D96D98

RGB

 RED value IS 217 (85.16% from 255) = 45.4%

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

 BLUE value IS 152 (59.77% from 255) = 31.8%

R = 45.4%
G = 22.8%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#D96D98 (or 0xD96D98) is known color: Pale Violet Red. HEX triplet: D9, 6D and 98. RGB value is (217,109,152). Sum of RGB (Red+Green+Blue) = 217+109+152=478 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.40% from 478); Green value is 109 (42.97% from 255 or 22.80% from 478); Blue value is 152 (59.77% from 255 or 31.80% from 478); Max value from RGB is 217 - color contains mainly: red. Hex color #D96D98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96D98 is #269267. Grayscale: #929292. Windows color (decimal): -2527848 or 9989593. OLE color: 9989593.

HSL color Cylindrical-coordinate representation of color #D96D98: hue angle of 336.11º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D96D98 is Cyan = 0, Magento = 0.50, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 109 152 -
CMYK 0 0.50 0.30 0.15
HSL 336.11º 0.59% 0.64% -
HSV(B) 336.11º 0.5% 0.85% -
XYZ 39.75 27.96 33.01 -
YUV 146.19 131.28 178.5 -
System Red Green Blue C M Y K H S L
Decimal 217 109 152 0 0.50 0.30 0.15 336.11 0.59 0.64
Hex D9 6D 98 0 32 1E F 150 3B 40
Octal 331 155 230 0 62 36 17 520 73 100
Binary 11011001 1101101 10011000 0 110010 11110 1111 101010000 111011 1000000

Color Harmonies of #D96D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96D98

Black with #D96D98

Text Example


Text Example

White with #D96D98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96D98; }

 p { color: rgb(217,109,152); }

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

background-color css

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

 a { background-color: rgb(217,109,152); }

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

border-color css

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

 span { border-color: rgb(217,109,152); }

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