Html Css Color HEX #D96090 Pale Violet Red

📋 copy color: '#D96090'

red 217 ◦ green 96 ◦ blue 144

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

Shades of Pale Violet Red #D96090

Tints of Pale Violet Red #D96090

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.01%

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

R = 47.48%
G = 21.01%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D96090 (or 0xD96090) is known color: Pale Violet Red. HEX triplet: D9, 60 and 90. RGB value is (217,96,144). Sum of RGB (Red+Green+Blue) = 217+96+144=457 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.48% from 457); Green value is 96 (37.89% from 255 or 21.01% from 457); Blue value is 144 (56.64% from 255 or 31.51% from 457); Max value from RGB is 217 - color contains mainly: red. Hex color #D96090 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96090 is #269F6F. Grayscale: #898989. Windows color (decimal): -2531184 or 9461977. OLE color: 9461977.

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

Color convert

RGB 217 96 144 -
CMYK 0 0.56 0.34 0.15
HSL 336.2º 0.61% 0.61% -
HSV(B) 336.2º 0.56% 0.85% -
XYZ 37.83 25.13 29.24 -
YUV 137.65 131.59 184.6 -
System Red Green Blue C M Y K H S L
Decimal 217 96 144 0 0.56 0.34 0.15 336.2 0.61 0.61
Hex D9 60 90 0 38 22 F 150 3D 3D
Octal 331 140 220 0 70 42 17 520 75 75
Binary 11011001 1100000 10010000 0 111000 100010 1111 101010000 111101 111101

Color Harmonies of #D96090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96090

Black with #D96090

Text Example


Text Example

White with #D96090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96090; }

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

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

background-color css

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

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

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

border-color css

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

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

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