Html Css Color HEX #DC7C99 Pale Violet Red

📋 copy color: '#DC7C99'

red 220 ◦ green 124 ◦ blue 153

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

Shades of Pale Violet Red #DC7C99

Tints of Pale Violet Red #DC7C99

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.95%

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

R = 44.27%
G = 24.95%
B = 30.78%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DC7C99 (or 0xDC7C99) is known color: Pale Violet Red. HEX triplet: DC, 7C and 99. RGB value is (220,124,153). Sum of RGB (Red+Green+Blue) = 220+124+153=497 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.27% from 497); Green value is 124 (48.83% from 255 or 24.95% from 497); Blue value is 153 (60.16% from 255 or 30.78% from 497); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7C99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7C99 is #238366. Grayscale: #9B9B9B. Windows color (decimal): -2327399 or 10058972. OLE color: 10058972.

HSL color Cylindrical-coordinate representation of color #DC7C99: hue angle of 341.88º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DC7C99 is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 124 153 -
CMYK 0 0.44 0.30 0.14
HSL 341.88º 0.58% 0.67% -
HSV(B) 341.88º 0.44% 0.86% -
XYZ 42.47 31.93 34.06 -
YUV 156.01 126.3 173.64 -
System Red Green Blue C M Y K H S L
Decimal 220 124 153 0 0.44 0.30 0.14 341.88 0.58 0.67
Hex DC 7C 99 0 2C 1E E 156 3A 43
Octal 334 174 231 0 54 36 16 526 72 103
Binary 11011100 1111100 10011001 0 101100 11110 1110 101010110 111010 1000011

Color Harmonies of #DC7C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7C99

Black with #DC7C99

Text Example


Text Example

White with #DC7C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7C99; }

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

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

background-color css

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

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

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

border-color css

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

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

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