Html Css Color HEX #DC70A4 Pale Violet Red

📋 copy color: '#DC70A4'

red 220 ◦ green 112 ◦ blue 164

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

Shades of Pale Violet Red #DC70A4

Tints of Pale Violet Red #DC70A4

RGB

 RED value IS 220 (86.33% from 255) = 44.35%

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

 BLUE value IS 164 (64.45% from 255) = 33.06%

R = 44.35%
G = 22.58%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DC70A4 (or 0xDC70A4) is known color: Pale Violet Red. HEX triplet: DC, 70 and A4. RGB value is (220,112,164). Sum of RGB (Red+Green+Blue) = 220+112+164=496 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.35% from 496); Green value is 112 (44.14% from 255 or 22.58% from 496); Blue value is 164 (64.45% from 255 or 33.06% from 496); Max value from RGB is 220 - color contains mainly: red. Hex color #DC70A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC70A4 is #238F5B. Grayscale: #969696. Windows color (decimal): -2330460 or 10776796. OLE color: 10776796.

HSL color Cylindrical-coordinate representation of color #DC70A4: hue angle of 331.11º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DC70A4 is Cyan = 0, Magento = 0.49, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 112 164 -
CMYK 0 0.49 0.25 0.14
HSL 331.11º 0.61% 0.65% -
HSV(B) 331.11º 0.49% 0.86% -
XYZ 42.01 29.48 38.6 -
YUV 150.22 135.78 177.77 -
System Red Green Blue C M Y K H S L
Decimal 220 112 164 0 0.49 0.25 0.14 331.11 0.61 0.65
Hex DC 70 A4 0 31 19 E 14B 3D 41
Octal 334 160 244 0 61 31 16 513 75 101
Binary 11011100 1110000 10100100 0 110001 11001 1110 101001011 111101 1000001

Color Harmonies of #DC70A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC70A4

Black with #DC70A4

Text Example


Text Example

White with #DC70A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC70A4; }

 p { color: rgb(220,112,164); }

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

background-color css

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

 a { background-color: rgb(220,112,164); }

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

border-color css

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

 span { border-color: rgb(220,112,164); }

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