Html Css Color HEX #DC356C Cerise

📋 copy color: '#DC356C'

red 220 ◦ green 53 ◦ blue 108

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

Shades of Cerise #DC356C

Tints of Cerise #DC356C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 28.35%

R = 57.74%
G = 13.91%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DC356C (or 0xDC356C) is known color: Cerise. HEX triplet: DC, 35 and 6C. RGB value is (220,53,108). Sum of RGB (Red+Green+Blue) = 220+53+108=381 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.74% from 381); Green value is 53 (21.09% from 255 or 13.91% from 381); Blue value is 108 (42.58% from 255 or 28.35% from 381); Max value from RGB is 220 - color contains mainly: red. Hex color #DC356C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC356C is #23CA93. Grayscale: #6D6D6D. Windows color (decimal): -2345620 or 7091676. OLE color: 7091676.

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

Color convert

RGB 220 53 108 -
CMYK 0 0.76 0.51 0.14
HSL 340.24º 0.7% 0.54% -
HSV(B) 340.24º 0.76% 0.86% -
XYZ 33.5 18.84 16.06 -
YUV 109.2 127.33 207.03 -
System Red Green Blue C M Y K H S L
Decimal 220 53 108 0 0.76 0.51 0.14 340.24 0.7 0.54
Hex DC 35 6C 0 4C 33 E 154 46 36
Octal 334 65 154 0 114 63 16 524 106 66
Binary 11011100 110101 1101100 0 1001100 110011 1110 101010100 1000110 110110

Color Harmonies of #DC356C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC356C

Black with #DC356C

Text Example


Text Example

White with #DC356C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC356C; }

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

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

background-color css

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

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

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

border-color css

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

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

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