Html Css Color HEX #D96598 Pale Violet Red

📋 copy color: '#D96598'

red 217 ◦ green 101 ◦ blue 152

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

Shades of Pale Violet Red #D96598

Tints of Pale Violet Red #D96598

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.49%

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

R = 46.17%
G = 21.49%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#D96598 (or 0xD96598) is known color: Pale Violet Red. HEX triplet: D9, 65 and 98. RGB value is (217,101,152). Sum of RGB (Red+Green+Blue) = 217+101+152=470 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.17% from 470); Green value is 101 (39.84% from 255 or 21.49% from 470); Blue value is 152 (59.77% from 255 or 32.34% from 470); Max value from RGB is 217 - color contains mainly: red. Hex color #D96598 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96598 is #269A67. Grayscale: #8D8D8D. Windows color (decimal): -2529896 or 9987545. OLE color: 9987545.

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

Color convert

RGB 217 101 152 -
CMYK 0 0.53 0.30 0.15
HSL 333.62º 0.6% 0.62% -
HSV(B) 333.62º 0.53% 0.85% -
XYZ 38.94 26.33 32.74 -
YUV 141.5 133.93 181.85 -
System Red Green Blue C M Y K H S L
Decimal 217 101 152 0 0.53 0.30 0.15 333.62 0.6 0.62
Hex D9 65 98 0 35 1E F 14E 3C 3E
Octal 331 145 230 0 65 36 17 516 74 76
Binary 11011001 1100101 10011000 0 110101 11110 1111 101001110 111100 111110

Color Harmonies of #D96598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96598

Black with #D96598

Text Example


Text Example

White with #D96598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96598; }

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

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

background-color css

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

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

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

border-color css

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

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

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