Html Css Color HEX #D96593 Pale Violet Red

📋 copy color: '#D96593'

red 217 ◦ green 101 ◦ blue 147

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

Shades of Pale Violet Red #D96593

Tints of Pale Violet Red #D96593

RGB

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

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

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

R = 46.67%
G = 21.72%
B = 31.61%

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

#D96593 (or 0xD96593) is known color: Pale Violet Red. HEX triplet: D9, 65 and 93. RGB value is (217,101,147). Sum of RGB (Red+Green+Blue) = 217+101+147=465 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.67% from 465); Green value is 101 (39.84% from 255 or 21.72% from 465); Blue value is 147 (57.81% from 255 or 31.61% from 465); Max value from RGB is 217 - color contains mainly: red. Hex color #D96593 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96593 is #269A6C. Grayscale: #8C8C8C. Windows color (decimal): -2529901 or 9659865. OLE color: 9659865.

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

Color convert

RGB 217 101 147 -
CMYK 0 0.53 0.32 0.15
HSL 336.21º 0.6% 0.62% -
HSV(B) 336.21º 0.53% 0.85% -
XYZ 38.54 26.17 30.62 -
YUV 140.93 131.43 182.26 -
System Red Green Blue C M Y K H S L
Decimal 217 101 147 0 0.53 0.32 0.15 336.21 0.6 0.62
Hex D9 65 93 0 35 20 F 150 3C 3E
Octal 331 145 223 0 65 40 17 520 74 76
Binary 11011001 1100101 10010011 0 110101 100000 1111 101010000 111100 111110

Color Harmonies of #D96593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96593

Black with #D96593

Text Example


Text Example

White with #D96593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96593; }

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

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

background-color css

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

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

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

border-color css

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

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

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