Html Css Color HEX #DC237E Deep Cerise

📋 copy color: '#DC237E'

red 220 ◦ green 35 ◦ blue 126

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

Shades of Deep Cerise #DC237E

Tints of Deep Cerise #DC237E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 33.07%

R = 57.74%
G = 9.19%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DC237E (or 0xDC237E) is known color: Deep Cerise. HEX triplet: DC, 23 and 7E. RGB value is (220,35,126). Sum of RGB (Red+Green+Blue) = 220+35+126=381 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.74% from 381); Green value is 35 (14.06% from 255 or 9.19% from 381); Blue value is 126 (49.61% from 255 or 33.07% from 381); Max value from RGB is 220 - color contains mainly: red. Hex color #DC237E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC237E is #23DC81. Grayscale: #646464. Windows color (decimal): -2350210 or 8266716. OLE color: 8266716.

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

Color convert

RGB 220 35 126 -
CMYK 0 0.84 0.43 0.14
HSL 330.49º 0.73% 0.5% -
HSV(B) 330.49º 0.84% 0.86% -
XYZ 33.88 17.92 21.41 -
YUV 100.69 142.29 213.1 -
System Red Green Blue C M Y K H S L
Decimal 220 35 126 0 0.84 0.43 0.14 330.49 0.73 0.5
Hex DC 23 7E 0 54 2B E 14A 49 32
Octal 334 43 176 0 124 53 16 512 111 62
Binary 11011100 100011 1111110 0 1010100 101011 1110 101001010 1001001 110010

Color Harmonies of #DC237E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC237E

Black with #DC237E

Text Example


Text Example

White with #DC237E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC237E; }

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

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

background-color css

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

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

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

border-color css

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

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

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