Html Css Color HEX #DC4090 Deep Cerise

📋 copy color: '#DC4090'

red 220 ◦ green 64 ◦ blue 144

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

Shades of Deep Cerise #DC4090

Tints of Deep Cerise #DC4090

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.95%

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

R = 51.4%
G = 14.95%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DC4090 (or 0xDC4090) is known color: Deep Cerise. HEX triplet: DC, 40 and 90. RGB value is (220,64,144). Sum of RGB (Red+Green+Blue) = 220+64+144=428 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.40% from 428); Green value is 64 (25.39% from 255 or 14.95% from 428); Blue value is 144 (56.64% from 255 or 33.64% from 428); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4090 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4090 is #23BF6F. Grayscale: #777777. Windows color (decimal): -2342768 or 9453788. OLE color: 9453788.

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

Color convert

RGB 220 64 144 -
CMYK 0 0.71 0.35 0.14
HSL 329.23º 0.69% 0.56% -
HSV(B) 329.23º 0.71% 0.86% -
XYZ 36.38 20.9 28.5 -
YUV 119.76 141.68 199.5 -
System Red Green Blue C M Y K H S L
Decimal 220 64 144 0 0.71 0.35 0.14 329.23 0.69 0.56
Hex DC 40 90 0 47 23 E 149 45 38
Octal 334 100 220 0 107 43 16 511 105 70
Binary 11011100 1000000 10010000 0 1000111 100011 1110 101001001 1000101 111000

Color Harmonies of #DC4090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4090

Black with #DC4090

Text Example


Text Example

White with #DC4090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4090; }

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

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

background-color css

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

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

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

border-color css

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

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

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