Html Css Color HEX #D96998 Pale Violet Red

📋 copy color: '#D96998'

red 217 ◦ green 105 ◦ blue 152

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

Shades of Pale Violet Red #D96998

Tints of Pale Violet Red #D96998

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.15%

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

R = 45.78%
G = 22.15%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#D96998 (or 0xD96998) is known color: Pale Violet Red. HEX triplet: D9, 69 and 98. RGB value is (217,105,152). Sum of RGB (Red+Green+Blue) = 217+105+152=474 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.78% from 474); Green value is 105 (41.41% from 255 or 22.15% from 474); Blue value is 152 (59.77% from 255 or 32.07% from 474); Max value from RGB is 217 - color contains mainly: red. Hex color #D96998 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96998 is #269667. Grayscale: #8F8F8F. Windows color (decimal): -2528872 or 9988569. OLE color: 9988569.

HSL color Cylindrical-coordinate representation of color #D96998: hue angle of 334.82º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D96998 is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 105 152 -
CMYK 0 0.52 0.30 0.15
HSL 334.82º 0.6% 0.63% -
HSV(B) 334.82º 0.52% 0.85% -
XYZ 39.33 27.12 32.87 -
YUV 143.85 132.61 180.18 -
System Red Green Blue C M Y K H S L
Decimal 217 105 152 0 0.52 0.30 0.15 334.82 0.6 0.63
Hex D9 69 98 0 34 1E F 14F 3C 3F
Octal 331 151 230 0 64 36 17 517 74 77
Binary 11011001 1101001 10011000 0 110100 11110 1111 101001111 111100 111111

Color Harmonies of #D96998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96998

Black with #D96998

Text Example


Text Example

White with #D96998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96998; }

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

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

background-color css

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

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

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

border-color css

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

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

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