Html Css Color HEX #D96893 Pale Violet Red

📋 copy color: '#D96893'

red 217 ◦ green 104 ◦ blue 147

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

Shades of Pale Violet Red #D96893

Tints of Pale Violet Red #D96893

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.22%

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

R = 46.37%
G = 22.22%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D96893 (or 0xD96893) is known color: Pale Violet Red. HEX triplet: D9, 68 and 93. RGB value is (217,104,147). Sum of RGB (Red+Green+Blue) = 217+104+147=468 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.37% from 468); Green value is 104 (41.02% from 255 or 22.22% from 468); Blue value is 147 (57.81% from 255 or 31.41% from 468); Max value from RGB is 217 - color contains mainly: red. Hex color #D96893 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96893 is #26976C. Grayscale: #8E8E8E. Windows color (decimal): -2529133 or 9660633. OLE color: 9660633.

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

Color convert

RGB 217 104 147 -
CMYK 0 0.52 0.32 0.15
HSL 337.17º 0.6% 0.63% -
HSV(B) 337.17º 0.52% 0.85% -
XYZ 38.83 26.76 30.72 -
YUV 142.69 130.44 181 -
System Red Green Blue C M Y K H S L
Decimal 217 104 147 0 0.52 0.32 0.15 337.17 0.6 0.63
Hex D9 68 93 0 34 20 F 151 3C 3F
Octal 331 150 223 0 64 40 17 521 74 77
Binary 11011001 1101000 10010011 0 110100 100000 1111 101010001 111100 111111

Color Harmonies of #D96893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96893

Black with #D96893

Text Example


Text Example

White with #D96893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96893; }

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

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

background-color css

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

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

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

border-color css

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

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

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