Html Css Color HEX #D96490 Pale Violet Red

📋 copy color: '#D96490'

red 217 ◦ green 100 ◦ blue 144

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

Shades of Pale Violet Red #D96490

Tints of Pale Violet Red #D96490

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.69%

 BLUE value IS 144 (56.64% from 255) = 31.24%

R = 47.07%
G = 21.69%
B = 31.24%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D96490 (or 0xD96490) is known color: Pale Violet Red. HEX triplet: D9, 64 and 90. RGB value is (217,100,144). Sum of RGB (Red+Green+Blue) = 217+100+144=461 (61% of max value = 765). Red value is 217 (85.16% from 255 or 47.07% from 461); Green value is 100 (39.45% from 255 or 21.69% from 461); Blue value is 144 (56.64% from 255 or 31.24% from 461); Max value from RGB is 217 - color contains mainly: red. Hex color #D96490 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96490 is #269B6F. Grayscale: #8B8B8B. Windows color (decimal): -2530160 or 9463001. OLE color: 9463001.

HSL color Cylindrical-coordinate representation of color #D96490: hue angle of 337.44º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D96490 is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 100 144 -
CMYK 0 0.54 0.34 0.15
HSL 337.44º 0.61% 0.62% -
HSV(B) 337.44º 0.54% 0.85% -
XYZ 38.21 25.88 29.37 -
YUV 140 130.26 182.92 -
System Red Green Blue C M Y K H S L
Decimal 217 100 144 0 0.54 0.34 0.15 337.44 0.61 0.62
Hex D9 64 90 0 36 22 F 151 3D 3E
Octal 331 144 220 0 66 42 17 521 75 76
Binary 11011001 1100100 10010000 0 110110 100010 1111 101010001 111101 111110

Color Harmonies of #D96490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96490

Black with #D96490

Text Example


Text Example

White with #D96490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96490; }

 p { color: rgb(217,100,144); }

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

background-color css

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

 a { background-color: rgb(217,100,144); }

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

border-color css

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

 span { border-color: rgb(217,100,144); }

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