Html Css Color HEX #D96291 Pale Violet Red

📋 copy color: '#D96291'

red 217 ◦ green 98 ◦ blue 145

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

Shades of Pale Violet Red #D96291

Tints of Pale Violet Red #D96291

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.3%

 BLUE value IS 145 (57.03% from 255) = 31.52%

R = 47.17%
G = 21.3%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D96291 (or 0xD96291) is known color: Pale Violet Red. HEX triplet: D9, 62 and 91. RGB value is (217,98,145). Sum of RGB (Red+Green+Blue) = 217+98+145=460 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.17% from 460); Green value is 98 (38.67% from 255 or 21.30% from 460); Blue value is 145 (57.03% from 255 or 31.52% from 460); Max value from RGB is 217 - color contains mainly: red. Hex color #D96291 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96291 is #269D6E. Grayscale: #8A8A8A. Windows color (decimal): -2530671 or 9528025. OLE color: 9528025.

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

Color convert

RGB 217 98 145 -
CMYK 0 0.55 0.33 0.15
HSL 336.3º 0.61% 0.62% -
HSV(B) 336.3º 0.55% 0.85% -
XYZ 38.09 25.53 29.71 -
YUV 138.94 131.42 183.68 -
System Red Green Blue C M Y K H S L
Decimal 217 98 145 0 0.55 0.33 0.15 336.3 0.61 0.62
Hex D9 62 91 0 37 21 F 150 3D 3E
Octal 331 142 221 0 67 41 17 520 75 76
Binary 11011001 1100010 10010001 0 110111 100001 1111 101010000 111101 111110

Color Harmonies of #D96291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96291

Black with #D96291

Text Example


Text Example

White with #D96291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96291; }

 p { color: rgb(217,98,145); }

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

background-color css

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

 a { background-color: rgb(217,98,145); }

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

border-color css

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

 span { border-color: rgb(217,98,145); }

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