Html Css Color HEX #D96793 Pale Violet Red

📋 copy color: '#D96793'

red 217 ◦ green 103 ◦ blue 147

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

Shades of Pale Violet Red #D96793

Tints of Pale Violet Red #D96793

RGB

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

 GREEN value IS 103 (40.63% from 255) = 22.06%

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

R = 46.47%
G = 22.06%
B = 31.48%

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

#D96793 (or 0xD96793) is known color: Pale Violet Red. HEX triplet: D9, 67 and 93. RGB value is (217,103,147). Sum of RGB (Red+Green+Blue) = 217+103+147=467 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.47% from 467); Green value is 103 (40.62% from 255 or 22.06% from 467); Blue value is 147 (57.81% from 255 or 31.48% from 467); Max value from RGB is 217 - color contains mainly: red. Hex color #D96793 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96793 is #26986C. Grayscale: #8E8E8E. Windows color (decimal): -2529389 or 9660377. OLE color: 9660377.

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

Color convert

RGB 217 103 147 -
CMYK 0 0.53 0.32 0.15
HSL 336.84º 0.6% 0.63% -
HSV(B) 336.84º 0.53% 0.85% -
XYZ 38.73 26.56 30.69 -
YUV 142.1 130.77 181.42 -
System Red Green Blue C M Y K H S L
Decimal 217 103 147 0 0.53 0.32 0.15 336.84 0.6 0.63
Hex D9 67 93 0 35 20 F 151 3C 3F
Octal 331 147 223 0 65 40 17 521 74 77
Binary 11011001 1100111 10010011 0 110101 100000 1111 101010001 111100 111111

Color Harmonies of #D96793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96793

Black with #D96793

Text Example


Text Example

White with #D96793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96793; }

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

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

background-color css

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

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

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

border-color css

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

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

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