Html Css Color HEX #D96592 Pale Violet Red

📋 copy color: '#D96592'

red 217 ◦ green 101 ◦ blue 146

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

Shades of Pale Violet Red #D96592

Tints of Pale Violet Red #D96592

RGB

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

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

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

R = 46.77%
G = 21.77%
B = 31.47%

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

#D96592 (or 0xD96592) is known color: Pale Violet Red. HEX triplet: D9, 65 and 92. RGB value is (217,101,146). Sum of RGB (Red+Green+Blue) = 217+101+146=464 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.77% from 464); Green value is 101 (39.84% from 255 or 21.77% from 464); Blue value is 146 (57.42% from 255 or 31.47% from 464); Max value from RGB is 217 - color contains mainly: red. Hex color #D96592 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96592 is #269A6D. Grayscale: #8C8C8C. Windows color (decimal): -2529902 or 9594329. OLE color: 9594329.

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

Color convert

RGB 217 101 146 -
CMYK 0 0.53 0.33 0.15
HSL 336.72º 0.6% 0.62% -
HSV(B) 336.72º 0.53% 0.85% -
XYZ 38.46 26.13 30.21 -
YUV 140.81 130.93 182.34 -
System Red Green Blue C M Y K H S L
Decimal 217 101 146 0 0.53 0.33 0.15 336.72 0.6 0.62
Hex D9 65 92 0 35 21 F 151 3C 3E
Octal 331 145 222 0 65 41 17 521 74 76
Binary 11011001 1100101 10010010 0 110101 100001 1111 101010001 111100 111110

Color Harmonies of #D96592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96592

Black with #D96592

Text Example


Text Example

White with #D96592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96592; }

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

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

background-color css

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

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

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

border-color css

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

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

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