Html Css Color HEX #DC237D Deep Cerise

📋 copy color: '#DC237D'

red 220 ◦ green 35 ◦ blue 125

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

Shades of Deep Cerise #DC237D

Tints of Deep Cerise #DC237D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.89%

R = 57.89%
G = 9.21%
B = 32.89%

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

#DC237D (or 0xDC237D) is known color: Deep Cerise. HEX triplet: DC, 23 and 7D. RGB value is (220,35,125). Sum of RGB (Red+Green+Blue) = 220+35+125=380 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.89% from 380); Green value is 35 (14.06% from 255 or 9.21% from 380); Blue value is 125 (49.22% from 255 or 32.89% from 380); Max value from RGB is 220 - color contains mainly: red. Hex color #DC237D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC237D is #23DC82. Grayscale: #646464. Windows color (decimal): -2350211 or 8201180. OLE color: 8201180.

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

Color convert

RGB 220 35 125 -
CMYK 0 0.84 0.43 0.14
HSL 330.81º 0.73% 0.5% -
HSV(B) 330.81º 0.84% 0.86% -
XYZ 33.82 17.9 21.07 -
YUV 100.58 141.79 213.18 -
System Red Green Blue C M Y K H S L
Decimal 220 35 125 0 0.84 0.43 0.14 330.81 0.73 0.5
Hex DC 23 7D 0 54 2B E 14B 49 32
Octal 334 43 175 0 124 53 16 513 111 62
Binary 11011100 100011 1111101 0 1010100 101011 1110 101001011 1001001 110010

Color Harmonies of #DC237D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC237D

Black with #DC237D

Text Example


Text Example

White with #DC237D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC237D; }

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

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

background-color css

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

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

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

border-color css

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

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

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