Html Css Color HEX #DC7090 Pale Violet Red

📋 copy color: '#DC7090'

red 220 ◦ green 112 ◦ blue 144

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

Shades of Pale Violet Red #DC7090

Tints of Pale Violet Red #DC7090

RGB

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

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

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

R = 46.22%
G = 23.53%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DC7090 (or 0xDC7090) is known color: Pale Violet Red. HEX triplet: DC, 70 and 90. RGB value is (220,112,144). Sum of RGB (Red+Green+Blue) = 220+112+144=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 112 (44.14% from 255 or 23.53% from 476); Blue value is 144 (56.64% from 255 or 30.25% from 476); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7090 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7090 is #238F6F. Grayscale: #939393. Windows color (decimal): -2330480 or 9466076. OLE color: 9466076.

HSL color Cylindrical-coordinate representation of color #DC7090: hue angle of 342.22º 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 #DC7090 is Cyan = 0, Magento = 0.49, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 112 144 -
CMYK 0 0.49 0.35 0.14
HSL 342.22º 0.61% 0.65% -
HSV(B) 342.22º 0.49% 0.86% -
XYZ 40.34 28.82 29.82 -
YUV 147.94 125.78 179.4 -
System Red Green Blue C M Y K H S L
Decimal 220 112 144 0 0.49 0.35 0.14 342.22 0.61 0.65
Hex DC 70 90 0 31 23 E 156 3D 41
Octal 334 160 220 0 61 43 16 526 75 101
Binary 11011100 1110000 10010000 0 110001 100011 1110 101010110 111101 1000001

Color Harmonies of #DC7090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7090

Black with #DC7090

Text Example


Text Example

White with #DC7090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7090; }

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

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

background-color css

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

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

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

border-color css

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

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

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