Html Css Color HEX #DC4790 Deep Cerise

📋 copy color: '#DC4790'

red 220 ◦ green 71 ◦ blue 144

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

Shades of Deep Cerise #DC4790

Tints of Deep Cerise #DC4790

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.32%

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

R = 50.57%
G = 16.32%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DC4790 (or 0xDC4790) is known color: Deep Cerise. HEX triplet: DC, 47 and 90. RGB value is (220,71,144). Sum of RGB (Red+Green+Blue) = 220+71+144=435 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.57% from 435); Green value is 71 (28.12% from 255 or 16.32% from 435); Blue value is 144 (56.64% from 255 or 33.10% from 435); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4790 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4790 is #23B86F. Grayscale: #7B7B7B. Windows color (decimal): -2340976 or 9455580. OLE color: 9455580.

HSL color Cylindrical-coordinate representation of color #DC4790: hue angle of 330.6º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DC4790 is Cyan = 0, Magento = 0.68, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 71 144 -
CMYK 0 0.68 0.35 0.14
HSL 330.6º 0.68% 0.57% -
HSV(B) 330.6º 0.68% 0.86% -
XYZ 36.8 21.74 28.64 -
YUV 123.87 139.36 196.56 -
System Red Green Blue C M Y K H S L
Decimal 220 71 144 0 0.68 0.35 0.14 330.6 0.68 0.57
Hex DC 47 90 0 44 23 E 14B 44 39
Octal 334 107 220 0 104 43 16 513 104 71
Binary 11011100 1000111 10010000 0 1000100 100011 1110 101001011 1000100 111001

Color Harmonies of #DC4790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4790

Black with #DC4790

Text Example


Text Example

White with #DC4790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4790; }

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

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

background-color css

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

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

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

border-color css

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

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

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