Html Css Color HEX #DC239A Deep Cerise

📋 copy color: '#DC239A'

red 220 ◦ green 35 ◦ blue 154

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

Shades of Deep Cerise #DC239A

Tints of Deep Cerise #DC239A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.56%

 BLUE value IS 154 (60.55% from 255) = 37.65%

R = 53.79%
G = 8.56%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.3

 K value IS 0.14

RGB Variations

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

Color information

#DC239A (or 0xDC239A) is known color: Deep Cerise. HEX triplet: DC, 23 and 9A. RGB value is (220,35,154). Sum of RGB (Red+Green+Blue) = 220+35+154=409 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.79% from 409); Green value is 35 (14.06% from 255 or 8.56% from 409); Blue value is 154 (60.55% from 255 or 37.65% from 409); Max value from RGB is 220 - color contains mainly: red. Hex color #DC239A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC239A is #23DC65. Grayscale: #676767. Windows color (decimal): -2350182 or 10101724. OLE color: 10101724.

HSL color Cylindrical-coordinate representation of color #DC239A: hue angle of 321.41º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DC239A is Cyan = 0, Magento = 0.84, Yellow = 0.3 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 35 154 -
CMYK 0 0.84 0.3 0.14
HSL 321.41º 0.73% 0.5% -
HSV(B) 321.41º 0.84% 0.86% -
XYZ 35.95 18.75 32.3 -
YUV 103.88 156.29 210.82 -
System Red Green Blue C M Y K H S L
Decimal 220 35 154 0 0.84 0.3 0.14 321.41 0.73 0.5
Hex DC 23 9A 0 54 1E E 141 49 32
Octal 334 43 232 0 124 36 16 501 111 62
Binary 11011100 100011 10011010 0 1010100 11110 1110 101000001 1001001 110010

Color Harmonies of #DC239A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC239A

Black with #DC239A

Text Example


Text Example

White with #DC239A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC239A; }

 p { color: rgb(220,35,154); }

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

background-color css

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

 a { background-color: rgb(220,35,154); }

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

border-color css

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

 span { border-color: rgb(220,35,154); }

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