Html Css Color HEX #D870A0 Pale Violet Red

📋 copy color: '#D870A0'

red 216 ◦ green 112 ◦ blue 160

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

Shades of Pale Violet Red #D870A0

Tints of Pale Violet Red #D870A0

RGB

 RED value IS 216 (84.77% from 255) = 44.26%

 GREEN value IS 112 (44.14% from 255) = 22.95%

 BLUE value IS 160 (62.89% from 255) = 32.79%

R = 44.26%
G = 22.95%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#D870A0 (or 0xD870A0) is known color: Pale Violet Red. HEX triplet: D8, 70 and A0. RGB value is (216,112,160). Sum of RGB (Red+Green+Blue) = 216+112+160=488 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.26% from 488); Green value is 112 (44.14% from 255 or 22.95% from 488); Blue value is 160 (62.89% from 255 or 32.79% from 488); Max value from RGB is 216 - color contains mainly: red. Hex color #D870A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D870A0 is #278F5F. Grayscale: #949494. Windows color (decimal): -2592608 or 10514648. OLE color: 10514648.

HSL color Cylindrical-coordinate representation of color #D870A0: hue angle of 332.31º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D870A0 is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 112 160 -
CMYK 0 0.48 0.26 0.15
HSL 332.31º 0.57% 0.64% -
HSV(B) 332.31º 0.48% 0.85% -
XYZ 40.46 28.73 36.67 -
YUV 148.57 134.46 176.1 -
System Red Green Blue C M Y K H S L
Decimal 216 112 160 0 0.48 0.26 0.15 332.31 0.57 0.64
Hex D8 70 A0 0 30 1A F 14C 39 40
Octal 330 160 240 0 60 32 17 514 71 100
Binary 11011000 1110000 10100000 0 110000 11010 1111 101001100 111001 1000000

Color Harmonies of #D870A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D870A0

Black with #D870A0

Text Example


Text Example

White with #D870A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D870A0; }

 p { color: rgb(216,112,160); }

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

background-color css

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

 a { background-color: rgb(216,112,160); }

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

border-color css

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

 span { border-color: rgb(216,112,160); }

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