Html Css Color HEX #DC356E Cerise

📋 copy color: '#DC356E'

red 220 ◦ green 53 ◦ blue 110

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

Shades of Cerise #DC356E

Tints of Cerise #DC356E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 28.72%

R = 57.44%
G = 13.84%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DC356E (or 0xDC356E) is known color: Cerise. HEX triplet: DC, 35 and 6E. RGB value is (220,53,110). Sum of RGB (Red+Green+Blue) = 220+53+110=383 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.44% from 383); Green value is 53 (21.09% from 255 or 13.84% from 383); Blue value is 110 (43.36% from 255 or 28.72% from 383); Max value from RGB is 220 - color contains mainly: red. Hex color #DC356E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC356E is #23CA91. Grayscale: #6D6D6D. Windows color (decimal): -2345618 or 7222748. OLE color: 7222748.

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

Color convert

RGB 220 53 110 -
CMYK 0 0.76 0.50 0.14
HSL 339.52º 0.7% 0.54% -
HSV(B) 339.52º 0.76% 0.86% -
XYZ 33.6 18.89 16.63 -
YUV 109.43 128.33 206.87 -
System Red Green Blue C M Y K H S L
Decimal 220 53 110 0 0.76 0.50 0.14 339.52 0.7 0.54
Hex DC 35 6E 0 4C 32 E 154 46 36
Octal 334 65 156 0 114 62 16 524 106 66
Binary 11011100 110101 1101110 0 1001100 110010 1110 101010100 1000110 110110

Color Harmonies of #DC356E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC356E

Black with #DC356E

Text Example


Text Example

White with #DC356E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC356E; }

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

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

background-color css

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

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

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

border-color css

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

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

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