Html Css Color HEX #DC366B Cerise

📋 copy color: '#DC366B'

red 220 ◦ green 54 ◦ blue 107

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

Shades of Cerise #DC366B

Tints of Cerise #DC366B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.08%

R = 57.74%
G = 14.17%
B = 28.08%

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

#DC366B (or 0xDC366B) is known color: Cerise. HEX triplet: DC, 36 and 6B. RGB value is (220,54,107). Sum of RGB (Red+Green+Blue) = 220+54+107=381 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.74% from 381); Green value is 54 (21.48% from 255 or 14.17% from 381); Blue value is 107 (42.19% from 255 or 28.08% from 381); Max value from RGB is 220 - color contains mainly: red. Hex color #DC366B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC366B is #23C994. Grayscale: #6D6D6D. Windows color (decimal): -2345365 or 7026396. OLE color: 7026396.

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

Color convert

RGB 220 54 107 -
CMYK 0 0.75 0.51 0.14
HSL 340.84º 0.7% 0.54% -
HSV(B) 340.84º 0.75% 0.86% -
XYZ 33.49 18.92 15.8 -
YUV 109.68 126.5 206.69 -
System Red Green Blue C M Y K H S L
Decimal 220 54 107 0 0.75 0.51 0.14 340.84 0.7 0.54
Hex DC 36 6B 0 4B 33 E 155 46 36
Octal 334 66 153 0 113 63 16 525 106 66
Binary 11011100 110110 1101011 0 1001011 110011 1110 101010101 1000110 110110

Color Harmonies of #DC366B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC366B

Black with #DC366B

Text Example


Text Example

White with #DC366B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC366B; }

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

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

background-color css

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

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

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

border-color css

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

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

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