Html Css Color HEX #DC7499 Pale Violet Red

📋 copy color: '#DC7499'

red 220 ◦ green 116 ◦ blue 153

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

Shades of Pale Violet Red #DC7499

Tints of Pale Violet Red #DC7499

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.72%

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

R = 44.99%
G = 23.72%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DC7499 (or 0xDC7499) is known color: Pale Violet Red. HEX triplet: DC, 74 and 99. RGB value is (220,116,153). Sum of RGB (Red+Green+Blue) = 220+116+153=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 116 (45.70% from 255 or 23.72% from 489); Blue value is 153 (60.16% from 255 or 31.29% from 489); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7499 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7499 is #238B66. Grayscale: #979797. Windows color (decimal): -2329447 or 10056924. OLE color: 10056924.

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

Color convert

RGB 220 116 153 -
CMYK 0 0.47 0.30 0.14
HSL 338.65º 0.6% 0.66% -
HSV(B) 338.65º 0.47% 0.86% -
XYZ 41.51 30.01 33.74 -
YUV 151.31 128.96 176.99 -
System Red Green Blue C M Y K H S L
Decimal 220 116 153 0 0.47 0.30 0.14 338.65 0.6 0.66
Hex DC 74 99 0 2F 1E E 153 3C 42
Octal 334 164 231 0 57 36 16 523 74 102
Binary 11011100 1110100 10011001 0 101111 11110 1110 101010011 111100 1000010

Color Harmonies of #DC7499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7499

Black with #DC7499

Text Example


Text Example

White with #DC7499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7499; }

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

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

background-color css

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

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

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

border-color css

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

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

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