Html Css Color HEX #D96890 Pale Violet Red

📋 copy color: '#D96890'

red 217 ◦ green 104 ◦ blue 144

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

Shades of Pale Violet Red #D96890

Tints of Pale Violet Red #D96890

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 30.97%

R = 46.67%
G = 22.37%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D96890 (or 0xD96890) is known color: Pale Violet Red. HEX triplet: D9, 68 and 90. RGB value is (217,104,144). Sum of RGB (Red+Green+Blue) = 217+104+144=465 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.67% from 465); Green value is 104 (41.02% from 255 or 22.37% from 465); Blue value is 144 (56.64% from 255 or 30.97% from 465); Max value from RGB is 217 - color contains mainly: red. Hex color #D96890 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96890 is #26976F. Grayscale: #8E8E8E. Windows color (decimal): -2529136 or 9464025. OLE color: 9464025.

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

Color convert

RGB 217 104 144 -
CMYK 0 0.52 0.34 0.15
HSL 338.76º 0.6% 0.63% -
HSV(B) 338.76º 0.52% 0.85% -
XYZ 38.6 26.67 29.5 -
YUV 142.35 128.94 181.25 -
System Red Green Blue C M Y K H S L
Decimal 217 104 144 0 0.52 0.34 0.15 338.76 0.6 0.63
Hex D9 68 90 0 34 22 F 153 3C 3F
Octal 331 150 220 0 64 42 17 523 74 77
Binary 11011001 1101000 10010000 0 110100 100010 1111 101010011 111100 111111

Color Harmonies of #D96890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96890

Black with #D96890

Text Example


Text Example

White with #D96890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96890; }

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

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

background-color css

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

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

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

border-color css

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

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

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