Html Css Color HEX #DC366C Cerise

📋 copy color: '#DC366C'

red 220 ◦ green 54 ◦ blue 108

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

Shades of Cerise #DC366C

Tints of Cerise #DC366C

RGB

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

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

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

R = 57.59%
G = 14.14%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DC366C (or 0xDC366C) is known color: Cerise. HEX triplet: DC, 36 and 6C. RGB value is (220,54,108). Sum of RGB (Red+Green+Blue) = 220+54+108=382 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.59% from 382); Green value is 54 (21.48% from 255 or 14.14% from 382); Blue value is 108 (42.58% from 255 or 28.27% from 382); Max value from RGB is 220 - color contains mainly: red. Hex color #DC366C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC366C is #23C993. Grayscale: #6D6D6D. Windows color (decimal): -2345364 or 7091932. OLE color: 7091932.

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

Color convert

RGB 220 54 108 -
CMYK 0 0.75 0.51 0.14
HSL 340.48º 0.7% 0.54% -
HSV(B) 340.48º 0.75% 0.86% -
XYZ 33.54 18.94 16.07 -
YUV 109.79 127 206.61 -
System Red Green Blue C M Y K H S L
Decimal 220 54 108 0 0.75 0.51 0.14 340.48 0.7 0.54
Hex DC 36 6C 0 4B 33 E 154 46 36
Octal 334 66 154 0 113 63 16 524 106 66
Binary 11011100 110110 1101100 0 1001011 110011 1110 101010100 1000110 110110

Color Harmonies of #DC366C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC366C

Black with #DC366C

Text Example


Text Example

White with #DC366C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC366C; }

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

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

background-color css

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

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

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

border-color css

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

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

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