Html Css Color HEX #DC4590 Deep Cerise

📋 copy color: '#DC4590'

red 220 ◦ green 69 ◦ blue 144

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

Shades of Deep Cerise #DC4590

Tints of Deep Cerise #DC4590

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.94%

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

R = 50.81%
G = 15.94%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DC4590 (or 0xDC4590) is known color: Deep Cerise. HEX triplet: DC, 45 and 90. RGB value is (220,69,144). Sum of RGB (Red+Green+Blue) = 220+69+144=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 69 (27.34% from 255 or 15.94% from 433); Blue value is 144 (56.64% from 255 or 33.26% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4590 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4590 is #23BA6F. Grayscale: #7A7A7A. Windows color (decimal): -2341488 or 9455068. OLE color: 9455068.

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

Color convert

RGB 220 69 144 -
CMYK 0 0.69 0.35 0.14
HSL 330.2º 0.68% 0.57% -
HSV(B) 330.2º 0.69% 0.86% -
XYZ 36.68 21.49 28.6 -
YUV 122.7 140.03 197.4 -
System Red Green Blue C M Y K H S L
Decimal 220 69 144 0 0.69 0.35 0.14 330.2 0.68 0.57
Hex DC 45 90 0 45 23 E 14A 44 39
Octal 334 105 220 0 105 43 16 512 104 71
Binary 11011100 1000101 10010000 0 1000101 100011 1110 101001010 1000100 111001

Color Harmonies of #DC4590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4590

Black with #DC4590

Text Example


Text Example

White with #DC4590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4590; }

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

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

background-color css

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

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

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

border-color css

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

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

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