Html Css Color HEX #DC2360 Cerise

📋 copy color: '#DC2360'

red 220 ◦ green 35 ◦ blue 96

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

Shades of Cerise #DC2360

Tints of Cerise #DC2360

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.97%

 BLUE value IS 96 (37.89% from 255) = 27.35%

R = 62.68%
G = 9.97%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DC2360 (or 0xDC2360) is known color: Cerise. HEX triplet: DC, 23 and 60. RGB value is (220,35,96). Sum of RGB (Red+Green+Blue) = 220+35+96=351 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.68% from 351); Green value is 35 (14.06% from 255 or 9.97% from 351); Blue value is 96 (37.89% from 255 or 27.35% from 351); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2360 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2360 is #23DC9F. Grayscale: #616161. Windows color (decimal): -2350240 or 6300636. OLE color: 6300636.

HSL color Cylindrical-coordinate representation of color #DC2360: hue angle of 340.22º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DC2360 is Cyan = 0, Magento = 0.84, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 35 96 -
CMYK 0 0.84 0.56 0.14
HSL 340.22º 0.73% 0.5% -
HSV(B) 340.22º 0.84% 0.86% -
XYZ 32.23 17.26 12.7 -
YUV 97.27 127.29 215.54 -
System Red Green Blue C M Y K H S L
Decimal 220 35 96 0 0.84 0.56 0.14 340.22 0.73 0.5
Hex DC 23 60 0 54 38 E 154 49 32
Octal 334 43 140 0 124 70 16 524 111 62
Binary 11011100 100011 1100000 0 1010100 111000 1110 101010100 1001001 110010

Color Harmonies of #DC2360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2360

Black with #DC2360

Text Example


Text Example

White with #DC2360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2360; }

 p { color: rgb(220,35,96); }

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

background-color css

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

 a { background-color: rgb(220,35,96); }

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

border-color css

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

 span { border-color: rgb(220,35,96); }

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