Html Css Color HEX #DC356F Cerise

📋 copy color: '#DC356F'

red 220 ◦ green 53 ◦ blue 111

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

Shades of Cerise #DC356F

Tints of Cerise #DC356F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 28.91%

R = 57.29%
G = 13.8%
B = 28.91%

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

#DC356F (or 0xDC356F) is known color: Cerise. HEX triplet: DC, 35 and 6F. RGB value is (220,53,111). Sum of RGB (Red+Green+Blue) = 220+53+111=384 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.29% from 384); Green value is 53 (21.09% from 255 or 13.80% from 384); Blue value is 111 (43.75% from 255 or 28.91% from 384); Max value from RGB is 220 - color contains mainly: red. Hex color #DC356F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC356F is #23CA90. Grayscale: #6D6D6D. Windows color (decimal): -2345617 or 7288284. OLE color: 7288284.

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

Color convert

RGB 220 53 111 -
CMYK 0 0.76 0.50 0.14
HSL 339.16º 0.7% 0.54% -
HSV(B) 339.16º 0.76% 0.86% -
XYZ 33.66 18.91 16.91 -
YUV 109.55 128.83 206.78 -
System Red Green Blue C M Y K H S L
Decimal 220 53 111 0 0.76 0.50 0.14 339.16 0.7 0.54
Hex DC 35 6F 0 4C 32 E 153 46 36
Octal 334 65 157 0 114 62 16 523 106 66
Binary 11011100 110101 1101111 0 1001100 110010 1110 101010011 1000110 110110

Color Harmonies of #DC356F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC356F

Black with #DC356F

Text Example


Text Example

White with #DC356F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC356F; }

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

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

background-color css

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

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

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

border-color css

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

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

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