Html Css Color HEX #DC2375 Deep Cerise

📋 copy color: '#DC2375'

red 220 ◦ green 35 ◦ blue 117

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

Shades of Deep Cerise #DC2375

Tints of Deep Cerise #DC2375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 31.45%

R = 59.14%
G = 9.41%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DC2375 (or 0xDC2375) is known color: Deep Cerise. HEX triplet: DC, 23 and 75. RGB value is (220,35,117). Sum of RGB (Red+Green+Blue) = 220+35+117=372 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.14% from 372); Green value is 35 (14.06% from 255 or 9.41% from 372); Blue value is 117 (46.09% from 255 or 31.45% from 372); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2375 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2375 is #23DC8A. Grayscale: #636363. Windows color (decimal): -2350219 or 7676892. OLE color: 7676892.

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

Color convert

RGB 220 35 117 -
CMYK 0 0.84 0.47 0.14
HSL 333.41º 0.73% 0.5% -
HSV(B) 333.41º 0.84% 0.86% -
XYZ 33.33 17.7 18.49 -
YUV 99.66 137.79 213.83 -
System Red Green Blue C M Y K H S L
Decimal 220 35 117 0 0.84 0.47 0.14 333.41 0.73 0.5
Hex DC 23 75 0 54 2F E 14D 49 32
Octal 334 43 165 0 124 57 16 515 111 62
Binary 11011100 100011 1110101 0 1010100 101111 1110 101001101 1001001 110010

Color Harmonies of #DC2375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2375

Black with #DC2375

Text Example


Text Example

White with #DC2375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2375; }

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

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

background-color css

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

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

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

border-color css

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

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

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