Html Css Color HEX #DC2363 Cerise

📋 copy color: '#DC2363'

red 220 ◦ green 35 ◦ blue 99

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

Shades of Cerise #DC2363

Tints of Cerise #DC2363

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 27.97%

R = 62.15%
G = 9.89%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DC2363 (or 0xDC2363) is known color: Cerise. HEX triplet: DC, 23 and 63. RGB value is (220,35,99). Sum of RGB (Red+Green+Blue) = 220+35+99=354 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.15% from 354); Green value is 35 (14.06% from 255 or 9.89% from 354); Blue value is 99 (39.06% from 255 or 27.97% from 354); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2363 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2363 is #23DC9C. Grayscale: #616161. Windows color (decimal): -2350237 or 6497244. OLE color: 6497244.

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

Color convert

RGB 220 35 99 -
CMYK 0 0.84 0.55 0.14
HSL 339.24º 0.73% 0.5% -
HSV(B) 339.24º 0.84% 0.86% -
XYZ 32.37 17.32 13.44 -
YUV 97.61 128.79 215.3 -
System Red Green Blue C M Y K H S L
Decimal 220 35 99 0 0.84 0.55 0.14 339.24 0.73 0.5
Hex DC 23 63 0 54 37 E 153 49 32
Octal 334 43 143 0 124 67 16 523 111 62
Binary 11011100 100011 1100011 0 1010100 110111 1110 101010011 1001001 110010

Color Harmonies of #DC2363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2363

Black with #DC2363

Text Example


Text Example

White with #DC2363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2363; }

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

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

background-color css

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

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

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

border-color css

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

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

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