Html Css Color HEX #DC366F Cerise

📋 copy color: '#DC366F'

red 220 ◦ green 54 ◦ blue 111

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

Shades of Cerise #DC366F

Tints of Cerise #DC366F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.03%

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

R = 57.14%
G = 14.03%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DC366F (or 0xDC366F) is known color: Cerise. HEX triplet: DC, 36 and 6F. RGB value is (220,54,111). Sum of RGB (Red+Green+Blue) = 220+54+111=385 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.14% from 385); Green value is 54 (21.48% from 255 or 14.03% from 385); Blue value is 111 (43.75% from 255 or 28.83% from 385); Max value from RGB is 220 - color contains mainly: red. Hex color #DC366F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC366F is #23C990. Grayscale: #6E6E6E. Windows color (decimal): -2345361 or 7288540. OLE color: 7288540.

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

Color convert

RGB 220 54 111 -
CMYK 0 0.75 0.50 0.14
HSL 339.4º 0.7% 0.54% -
HSV(B) 339.4º 0.75% 0.86% -
XYZ 33.7 19 16.93 -
YUV 110.13 128.5 206.37 -
System Red Green Blue C M Y K H S L
Decimal 220 54 111 0 0.75 0.50 0.14 339.4 0.7 0.54
Hex DC 36 6F 0 4B 32 E 153 46 36
Octal 334 66 157 0 113 62 16 523 106 66
Binary 11011100 110110 1101111 0 1001011 110010 1110 101010011 1000110 110110

Color Harmonies of #DC366F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC366F

Black with #DC366F

Text Example


Text Example

White with #DC366F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC366F; }

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

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

background-color css

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

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

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

border-color css

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

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

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