Html Css Color HEX #DC237A Deep Cerise

📋 copy color: '#DC237A'

red 220 ◦ green 35 ◦ blue 122

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

Shades of Deep Cerise #DC237A

Tints of Deep Cerise #DC237A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.36%

R = 58.36%
G = 9.28%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DC237A (or 0xDC237A) is known color: Deep Cerise. HEX triplet: DC, 23 and 7A. RGB value is (220,35,122). Sum of RGB (Red+Green+Blue) = 220+35+122=377 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.36% from 377); Green value is 35 (14.06% from 255 or 9.28% from 377); Blue value is 122 (48.05% from 255 or 32.36% from 377); Max value from RGB is 220 - color contains mainly: red. Hex color #DC237A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC237A is #23DC85. Grayscale: #646464. Windows color (decimal): -2350214 or 8004572. OLE color: 8004572.

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

Color convert

RGB 220 35 122 -
CMYK 0 0.84 0.45 0.14
HSL 331.78º 0.73% 0.5% -
HSV(B) 331.78º 0.84% 0.86% -
XYZ 33.63 17.82 20.08 -
YUV 100.23 140.29 213.43 -
System Red Green Blue C M Y K H S L
Decimal 220 35 122 0 0.84 0.45 0.14 331.78 0.73 0.5
Hex DC 23 7A 0 54 2D E 14C 49 32
Octal 334 43 172 0 124 55 16 514 111 62
Binary 11011100 100011 1111010 0 1010100 101101 1110 101001100 1001001 110010

Color Harmonies of #DC237A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC237A

Black with #DC237A

Text Example


Text Example

White with #DC237A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC237A; }

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

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

background-color css

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

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

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

border-color css

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

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

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