Html Css Color HEX #DC7099 Pale Violet Red

📋 copy color: '#DC7099'

red 220 ◦ green 112 ◦ blue 153

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

Shades of Pale Violet Red #DC7099

Tints of Pale Violet Red #DC7099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 31.55%

R = 45.36%
G = 23.09%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DC7099 (or 0xDC7099) is known color: Pale Violet Red. HEX triplet: DC, 70 and 99. RGB value is (220,112,153). Sum of RGB (Red+Green+Blue) = 220+112+153=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 112 (44.14% from 255 or 23.09% from 485); Blue value is 153 (60.16% from 255 or 31.55% from 485); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7099 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7099 is #238F66. Grayscale: #949494. Windows color (decimal): -2330471 or 10055900. OLE color: 10055900.

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

Color convert

RGB 220 112 153 -
CMYK 0 0.49 0.30 0.14
HSL 337.22º 0.61% 0.65% -
HSV(B) 337.22º 0.49% 0.86% -
XYZ 41.06 29.1 33.59 -
YUV 148.97 130.28 178.67 -
System Red Green Blue C M Y K H S L
Decimal 220 112 153 0 0.49 0.30 0.14 337.22 0.61 0.65
Hex DC 70 99 0 31 1E E 151 3D 41
Octal 334 160 231 0 61 36 16 521 75 101
Binary 11011100 1110000 10011001 0 110001 11110 1110 101010001 111101 1000001

Color Harmonies of #DC7099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7099

Black with #DC7099

Text Example


Text Example

White with #DC7099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7099; }

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

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

background-color css

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

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

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

border-color css

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

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

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