Html Css Color HEX #D96698 Pale Violet Red

📋 copy color: '#D96698'

red 217 ◦ green 102 ◦ blue 152

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

Shades of Pale Violet Red #D96698

Tints of Pale Violet Red #D96698

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.66%

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

R = 46.07%
G = 21.66%
B = 32.27%

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

#D96698 (or 0xD96698) is known color: Pale Violet Red. HEX triplet: D9, 66 and 98. RGB value is (217,102,152). Sum of RGB (Red+Green+Blue) = 217+102+152=471 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.07% from 471); Green value is 102 (40.23% from 255 or 21.66% from 471); Blue value is 152 (59.77% from 255 or 32.27% from 471); Max value from RGB is 217 - color contains mainly: red. Hex color #D96698 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96698 is #269967. Grayscale: #8E8E8E. Windows color (decimal): -2529640 or 9987801. OLE color: 9987801.

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

Color convert

RGB 217 102 152 -
CMYK 0 0.53 0.30 0.15
HSL 333.91º 0.6% 0.63% -
HSV(B) 333.91º 0.53% 0.85% -
XYZ 39.03 26.52 32.77 -
YUV 142.09 133.6 181.43 -
System Red Green Blue C M Y K H S L
Decimal 217 102 152 0 0.53 0.30 0.15 333.91 0.6 0.63
Hex D9 66 98 0 35 1E F 14E 3C 3F
Octal 331 146 230 0 65 36 17 516 74 77
Binary 11011001 1100110 10011000 0 110101 11110 1111 101001110 111100 111111

Color Harmonies of #D96698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96698

Black with #D96698

Text Example


Text Example

White with #D96698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96698; }

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

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

background-color css

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

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

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

border-color css

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

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

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