Html Css Color HEX #D96692 Pale Violet Red

📋 copy color: '#D96692'

red 217 ◦ green 102 ◦ blue 146

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

Shades of Pale Violet Red #D96692

Tints of Pale Violet Red #D96692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 31.4%

R = 46.67%
G = 21.94%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D96692 (or 0xD96692) is known color: Pale Violet Red. HEX triplet: D9, 66 and 92. RGB value is (217,102,146). Sum of RGB (Red+Green+Blue) = 217+102+146=465 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.67% from 465); Green value is 102 (40.23% from 255 or 21.94% from 465); Blue value is 146 (57.42% from 255 or 31.40% from 465); Max value from RGB is 217 - color contains mainly: red. Hex color #D96692 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96692 is #26996D. Grayscale: #8D8D8D. Windows color (decimal): -2529646 or 9594585. OLE color: 9594585.

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

Color convert

RGB 217 102 146 -
CMYK 0 0.53 0.33 0.15
HSL 337.04º 0.6% 0.63% -
HSV(B) 337.04º 0.53% 0.85% -
XYZ 38.55 26.33 30.24 -
YUV 141.4 130.6 181.92 -
System Red Green Blue C M Y K H S L
Decimal 217 102 146 0 0.53 0.33 0.15 337.04 0.6 0.63
Hex D9 66 92 0 35 21 F 151 3C 3F
Octal 331 146 222 0 65 41 17 521 74 77
Binary 11011001 1100110 10010010 0 110101 100001 1111 101010001 111100 111111

Color Harmonies of #D96692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96692

Black with #D96692

Text Example


Text Example

White with #D96692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96692; }

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

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

background-color css

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

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

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

border-color css

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

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

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