Html Css Color HEX #DC3575 Cerise

📋 copy color: '#DC3575'

red 220 ◦ green 53 ◦ blue 117

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

Shades of Cerise #DC3575

Tints of Cerise #DC3575

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.59%

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

R = 56.41%
G = 13.59%
B = 30%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DC3575 (or 0xDC3575) is known color: Cerise. HEX triplet: DC, 35 and 75. RGB value is (220,53,117). Sum of RGB (Red+Green+Blue) = 220+53+117=390 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.41% from 390); Green value is 53 (21.09% from 255 or 13.59% from 390); Blue value is 117 (46.09% from 255 or 30% from 390); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3575 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3575 is #23CA8A. Grayscale: #6E6E6E. Windows color (decimal): -2345611 or 7681500. OLE color: 7681500.

HSL color Cylindrical-coordinate representation of color #DC3575: hue angle of 337.01º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DC3575 is Cyan = 0, Magento = 0.76, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 53 117 -
CMYK 0 0.76 0.47 0.14
HSL 337.01º 0.7% 0.54% -
HSV(B) 337.01º 0.76% 0.86% -
XYZ 34 19.05 18.71 -
YUV 110.23 131.83 206.3 -
System Red Green Blue C M Y K H S L
Decimal 220 53 117 0 0.76 0.47 0.14 337.01 0.7 0.54
Hex DC 35 75 0 4C 2F E 151 46 36
Octal 334 65 165 0 114 57 16 521 106 66
Binary 11011100 110101 1110101 0 1001100 101111 1110 101010001 1000110 110110

Color Harmonies of #DC3575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3575

Black with #DC3575

Text Example


Text Example

White with #DC3575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3575; }

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

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

background-color css

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

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

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

border-color css

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

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

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