Html Css Color HEX #DC2562 Cerise

📋 copy color: '#DC2562'

red 220 ◦ green 37 ◦ blue 98

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

Shades of Cerise #DC2562

Tints of Cerise #DC2562

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.42%

 BLUE value IS 98 (38.67% from 255) = 27.61%

R = 61.97%
G = 10.42%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DC2562 (or 0xDC2562) is known color: Cerise. HEX triplet: DC, 25 and 62. RGB value is (220,37,98). Sum of RGB (Red+Green+Blue) = 220+37+98=355 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.97% from 355); Green value is 37 (14.84% from 255 or 10.42% from 355); Blue value is 98 (38.67% from 255 or 27.61% from 355); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2562 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2562 is #23DA9D. Grayscale: #626262. Windows color (decimal): -2349726 or 6432220. OLE color: 6432220.

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

Color convert

RGB 220 37 98 -
CMYK 0 0.83 0.55 0.14
HSL 340º 0.72% 0.5% -
HSV(B) 340º 0.83% 0.86% -
XYZ 32.38 17.42 13.21 -
YUV 98.67 127.63 214.54 -
System Red Green Blue C M Y K H S L
Decimal 220 37 98 0 0.83 0.55 0.14 340 0.72 0.5
Hex DC 25 62 0 53 37 E 154 48 32
Octal 334 45 142 0 123 67 16 524 110 62
Binary 11011100 100101 1100010 0 1010011 110111 1110 101010100 1001000 110010

Color Harmonies of #DC2562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2562

Black with #DC2562

Text Example


Text Example

White with #DC2562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2562; }

 p { color: rgb(220,37,98); }

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

background-color css

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

 a { background-color: rgb(220,37,98); }

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

border-color css

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

 span { border-color: rgb(220,37,98); }

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