Html Css Color HEX #DC288F Deep Cerise

📋 copy color: '#DC288F'

red 220 ◦ green 40 ◦ blue 143

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

Shades of Deep Cerise #DC288F

Tints of Deep Cerise #DC288F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.93%

 BLUE value IS 143 (56.25% from 255) = 35.48%

R = 54.59%
G = 9.93%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DC288F (or 0xDC288F) is known color: Deep Cerise. HEX triplet: DC, 28 and 8F. RGB value is (220,40,143). Sum of RGB (Red+Green+Blue) = 220+40+143=403 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.59% from 403); Green value is 40 (16.02% from 255 or 9.93% from 403); Blue value is 143 (56.25% from 255 or 35.48% from 403); Max value from RGB is 220 - color contains mainly: red. Hex color #DC288F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC288F is #23D770. Grayscale: #696969. Windows color (decimal): -2348913 or 9382108. OLE color: 9382108.

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

Color convert

RGB 220 40 143 -
CMYK 0 0.82 0.35 0.14
HSL 325.67º 0.72% 0.51% -
HSV(B) 325.67º 0.82% 0.86% -
XYZ 35.23 18.72 27.74 -
YUV 105.56 149.13 209.62 -
System Red Green Blue C M Y K H S L
Decimal 220 40 143 0 0.82 0.35 0.14 325.67 0.72 0.51
Hex DC 28 8F 0 52 23 E 146 48 33
Octal 334 50 217 0 122 43 16 506 110 63
Binary 11011100 101000 10001111 0 1010010 100011 1110 101000110 1001000 110011

Color Harmonies of #DC288F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC288F

Black with #DC288F

Text Example


Text Example

White with #DC288F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC288F; }

 p { color: rgb(220,40,143); }

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

background-color css

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

 a { background-color: rgb(220,40,143); }

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

border-color css

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

 span { border-color: rgb(220,40,143); }

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