Html Css Color HEX #D96088 Pale Violet Red

📋 copy color: '#D96088'

red 217 ◦ green 96 ◦ blue 136

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

Shades of Pale Violet Red #D96088

Tints of Pale Violet Red #D96088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 30.29%

R = 48.33%
G = 21.38%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#D96088 (or 0xD96088) is known color: Pale Violet Red. HEX triplet: D9, 60 and 88. RGB value is (217,96,136). Sum of RGB (Red+Green+Blue) = 217+96+136=449 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.33% from 449); Green value is 96 (37.89% from 255 or 21.38% from 449); Blue value is 136 (53.52% from 255 or 30.29% from 449); Max value from RGB is 217 - color contains mainly: red. Hex color #D96088 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96088 is #269F77. Grayscale: #888888. Windows color (decimal): -2531192 or 8937689. OLE color: 8937689.

HSL color Cylindrical-coordinate representation of color #D96088: hue angle of 340.17º 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 #D96088 is Cyan = 0, Magento = 0.56, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 96 136 -
CMYK 0 0.56 0.37 0.15
HSL 340.17º 0.61% 0.61% -
HSV(B) 340.17º 0.56% 0.85% -
XYZ 37.24 24.9 26.13 -
YUV 136.74 127.59 185.25 -
System Red Green Blue C M Y K H S L
Decimal 217 96 136 0 0.56 0.37 0.15 340.17 0.61 0.61
Hex D9 60 88 0 38 25 F 154 3D 3D
Octal 331 140 210 0 70 45 17 524 75 75
Binary 11011001 1100000 10001000 0 111000 100101 1111 101010100 111101 111101

Color Harmonies of #D96088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96088

Black with #D96088

Text Example


Text Example

White with #D96088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96088; }

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

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

background-color css

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

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

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

border-color css

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

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

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