Html Css Color HEX #D96694 Pale Violet Red

📋 copy color: '#D96694'

red 217 ◦ green 102 ◦ blue 148

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

Shades of Pale Violet Red #D96694

Tints of Pale Violet Red #D96694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 31.69%

R = 46.47%
G = 21.84%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D96694 (or 0xD96694) is known color: Pale Violet Red. HEX triplet: D9, 66 and 94. RGB value is (217,102,148). Sum of RGB (Red+Green+Blue) = 217+102+148=467 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.47% from 467); Green value is 102 (40.23% from 255 or 21.84% from 467); Blue value is 148 (58.20% from 255 or 31.69% from 467); Max value from RGB is 217 - color contains mainly: red. Hex color #D96694 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96694 is #26996B. Grayscale: #8D8D8D. Windows color (decimal): -2529644 or 9725657. OLE color: 9725657.

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

Color convert

RGB 217 102 148 -
CMYK 0 0.53 0.32 0.15
HSL 336º 0.6% 0.63% -
HSV(B) 336º 0.53% 0.85% -
XYZ 38.71 26.39 31.07 -
YUV 141.63 131.6 181.76 -
System Red Green Blue C M Y K H S L
Decimal 217 102 148 0 0.53 0.32 0.15 336 0.6 0.63
Hex D9 66 94 0 35 20 F 150 3C 3F
Octal 331 146 224 0 65 40 17 520 74 77
Binary 11011001 1100110 10010100 0 110101 100000 1111 101010000 111100 111111

Color Harmonies of #D96694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96694

Black with #D96694

Text Example


Text Example

White with #D96694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96694; }

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

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

background-color css

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

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

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

border-color css

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

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

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