Html Css Color HEX #DC2090 Deep Cerise

📋 copy color: '#DC2090'

red 220 ◦ green 32 ◦ blue 144

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

Shades of Deep Cerise #DC2090

Tints of Deep Cerise #DC2090

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.08%

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

R = 55.56%
G = 8.08%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DC2090 (or 0xDC2090) is known color: Deep Cerise. HEX triplet: DC, 20 and 90. RGB value is (220,32,144). Sum of RGB (Red+Green+Blue) = 220+32+144=396 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.56% from 396); Green value is 32 (12.89% from 255 or 8.08% from 396); Blue value is 144 (56.64% from 255 or 36.36% from 396); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2090 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2090 is #23DF6F. Grayscale: #646464. Windows color (decimal): -2350960 or 9445596. OLE color: 9445596.

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

Color convert

RGB 220 32 144 -
CMYK 0 0.85 0.35 0.14
HSL 324.26º 0.75% 0.49% -
HSV(B) 324.26º 0.85% 0.86% -
XYZ 35.07 18.26 28.06 -
YUV 100.98 152.28 212.89 -
System Red Green Blue C M Y K H S L
Decimal 220 32 144 0 0.85 0.35 0.14 324.26 0.75 0.49
Hex DC 20 90 0 55 23 E 144 4B 31
Octal 334 40 220 0 125 43 16 504 113 61
Binary 11011100 100000 10010000 0 1010101 100011 1110 101000100 1001011 110001

Color Harmonies of #DC2090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2090

Black with #DC2090

Text Example


Text Example

White with #DC2090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2090; }

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

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

background-color css

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

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

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

border-color css

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

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

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