Html Css Color HEX #DC237C Deep Cerise

📋 copy color: '#DC237C'

red 220 ◦ green 35 ◦ blue 124

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

Shades of Deep Cerise #DC237C

Tints of Deep Cerise #DC237C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 32.72%

R = 58.05%
G = 9.23%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DC237C (or 0xDC237C) is known color: Deep Cerise. HEX triplet: DC, 23 and 7C. RGB value is (220,35,124). Sum of RGB (Red+Green+Blue) = 220+35+124=379 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.05% from 379); Green value is 35 (14.06% from 255 or 9.23% from 379); Blue value is 124 (48.83% from 255 or 32.72% from 379); Max value from RGB is 220 - color contains mainly: red. Hex color #DC237C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC237C is #23DC83. Grayscale: #646464. Windows color (decimal): -2350212 or 8135644. OLE color: 8135644.

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

Color convert

RGB 220 35 124 -
CMYK 0 0.84 0.44 0.14
HSL 331.14º 0.73% 0.5% -
HSV(B) 331.14º 0.84% 0.86% -
XYZ 33.75 17.87 20.74 -
YUV 100.46 141.29 213.26 -
System Red Green Blue C M Y K H S L
Decimal 220 35 124 0 0.84 0.44 0.14 331.14 0.73 0.5
Hex DC 23 7C 0 54 2C E 14B 49 32
Octal 334 43 174 0 124 54 16 513 111 62
Binary 11011100 100011 1111100 0 1010100 101100 1110 101001011 1001001 110010

Color Harmonies of #DC237C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC237C

Black with #DC237C

Text Example


Text Example

White with #DC237C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC237C; }

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

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

background-color css

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

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

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

border-color css

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

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

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