Html Css Color HEX #D96393 Pale Violet Red

📋 copy color: '#D96393'

red 217 ◦ green 99 ◦ blue 147

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

Shades of Pale Violet Red #D96393

Tints of Pale Violet Red #D96393

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.38%

 BLUE value IS 147 (57.81% from 255) = 31.75%

R = 46.87%
G = 21.38%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D96393 (or 0xD96393) is known color: Pale Violet Red. HEX triplet: D9, 63 and 93. RGB value is (217,99,147). Sum of RGB (Red+Green+Blue) = 217+99+147=463 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.87% from 463); Green value is 99 (39.06% from 255 or 21.38% from 463); Blue value is 147 (57.81% from 255 or 31.75% from 463); Max value from RGB is 217 - color contains mainly: red. Hex color #D96393 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96393 is #269C6C. Grayscale: #8B8B8B. Windows color (decimal): -2530413 or 9659353. OLE color: 9659353.

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

Color convert

RGB 217 99 147 -
CMYK 0 0.54 0.32 0.15
HSL 335.59º 0.61% 0.62% -
HSV(B) 335.59º 0.54% 0.85% -
XYZ 38.34 25.78 30.56 -
YUV 139.75 132.09 183.1 -
System Red Green Blue C M Y K H S L
Decimal 217 99 147 0 0.54 0.32 0.15 335.59 0.61 0.62
Hex D9 63 93 0 36 20 F 150 3D 3E
Octal 331 143 223 0 66 40 17 520 75 76
Binary 11011001 1100011 10010011 0 110110 100000 1111 101010000 111101 111110

Color Harmonies of #D96393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96393

Black with #D96393

Text Example


Text Example

White with #D96393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96393; }

 p { color: rgb(217,99,147); }

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

background-color css

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

 a { background-color: rgb(217,99,147); }

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

border-color css

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

 span { border-color: rgb(217,99,147); }

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