Html Css Color HEX #DC7498 Pale Violet Red

📋 copy color: '#DC7498'

red 220 ◦ green 116 ◦ blue 152

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

Shades of Pale Violet Red #DC7498

Tints of Pale Violet Red #DC7498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 31.15%

R = 45.08%
G = 23.77%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DC7498 (or 0xDC7498) is known color: Pale Violet Red. HEX triplet: DC, 74 and 98. RGB value is (220,116,152). Sum of RGB (Red+Green+Blue) = 220+116+152=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 116 (45.70% from 255 or 23.77% from 488); Blue value is 152 (59.77% from 255 or 31.15% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7498 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7498 is #238B67. Grayscale: #979797. Windows color (decimal): -2329448 or 9991388. OLE color: 9991388.

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

Color convert

RGB 220 116 152 -
CMYK 0 0.47 0.31 0.14
HSL 339.23º 0.6% 0.66% -
HSV(B) 339.23º 0.47% 0.86% -
XYZ 41.43 29.97 33.31 -
YUV 151.2 128.46 177.07 -
System Red Green Blue C M Y K H S L
Decimal 220 116 152 0 0.47 0.31 0.14 339.23 0.6 0.66
Hex DC 74 98 0 2F 1F E 153 3C 42
Octal 334 164 230 0 57 37 16 523 74 102
Binary 11011100 1110100 10011000 0 101111 11111 1110 101010011 111100 1000010

Color Harmonies of #DC7498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7498

Black with #DC7498

Text Example


Text Example

White with #DC7498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7498; }

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

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

background-color css

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

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

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

border-color css

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

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

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