Html Css Color HEX #DC289C Deep Cerise

📋 copy color: '#DC289C'

red 220 ◦ green 40 ◦ blue 156

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

Shades of Deep Cerise #DC289C

Tints of Deep Cerise #DC289C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 37.5%

R = 52.88%
G = 9.62%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DC289C (or 0xDC289C) is known color: Deep Cerise. HEX triplet: DC, 28 and 9C. RGB value is (220,40,156). Sum of RGB (Red+Green+Blue) = 220+40+156=416 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.88% from 416); Green value is 40 (16.02% from 255 or 9.62% from 416); Blue value is 156 (61.33% from 255 or 37.5% from 416); Max value from RGB is 220 - color contains mainly: red. Hex color #DC289C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC289C is #23D763. Grayscale: #6A6A6A. Windows color (decimal): -2348900 or 10234076. OLE color: 10234076.

HSL color Cylindrical-coordinate representation of color #DC289C: hue angle of 321.33º 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 #DC289C is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 40 156 -
CMYK 0 0.82 0.29 0.14
HSL 321.33º 0.72% 0.51% -
HSV(B) 321.33º 0.82% 0.86% -
XYZ 36.27 19.13 33.23 -
YUV 107.04 155.63 208.57 -
System Red Green Blue C M Y K H S L
Decimal 220 40 156 0 0.82 0.29 0.14 321.33 0.72 0.51
Hex DC 28 9C 0 52 1D E 141 48 33
Octal 334 50 234 0 122 35 16 501 110 63
Binary 11011100 101000 10011100 0 1010010 11101 1110 101000001 1001000 110011

Color Harmonies of #DC289C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC289C

Black with #DC289C

Text Example


Text Example

White with #DC289C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC289C; }

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

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

background-color css

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

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

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

border-color css

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

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

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