Html Css Color HEX #D870A2 Pale Violet Red

📋 copy color: '#D870A2'

red 216 ◦ green 112 ◦ blue 162

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

Shades of Pale Violet Red #D870A2

Tints of Pale Violet Red #D870A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 33.06%

R = 44.08%
G = 22.86%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#D870A2 (or 0xD870A2) is known color: Pale Violet Red. HEX triplet: D8, 70 and A2. RGB value is (216,112,162). Sum of RGB (Red+Green+Blue) = 216+112+162=490 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.08% from 490); Green value is 112 (44.14% from 255 or 22.86% from 490); Blue value is 162 (63.67% from 255 or 33.06% from 490); Max value from RGB is 216 - color contains mainly: red. Hex color #D870A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D870A2 is #278F5D. Grayscale: #949494. Windows color (decimal): -2592606 or 10645720. OLE color: 10645720.

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

Color convert

RGB 216 112 162 -
CMYK 0 0.48 0.25 0.15
HSL 331.15º 0.57% 0.64% -
HSV(B) 331.15º 0.48% 0.85% -
XYZ 40.63 28.8 37.6 -
YUV 148.8 135.46 175.93 -
System Red Green Blue C M Y K H S L
Decimal 216 112 162 0 0.48 0.25 0.15 331.15 0.57 0.64
Hex D8 70 A2 0 30 19 F 14B 39 40
Octal 330 160 242 0 60 31 17 513 71 100
Binary 11011000 1110000 10100010 0 110000 11001 1111 101001011 111001 1000000

Color Harmonies of #D870A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D870A2

Black with #D870A2

Text Example


Text Example

White with #D870A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D870A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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