Html Css Color HEX #DC2862 Cerise

📋 copy color: '#DC2862'

red 220 ◦ green 40 ◦ blue 98

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

Shades of Cerise #DC2862

Tints of Cerise #DC2862

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.17%

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

R = 61.45%
G = 11.17%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DC2862 (or 0xDC2862) is known color: Cerise. HEX triplet: DC, 28 and 62. RGB value is (220,40,98). Sum of RGB (Red+Green+Blue) = 220+40+98=358 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.45% from 358); Green value is 40 (16.02% from 255 or 11.17% from 358); Blue value is 98 (38.67% from 255 or 27.37% from 358); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2862 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2862 is #23D79D. Grayscale: #646464. Windows color (decimal): -2348958 or 6432988. OLE color: 6432988.

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

Color convert

RGB 220 40 98 -
CMYK 0 0.82 0.55 0.14
HSL 340.67º 0.72% 0.51% -
HSV(B) 340.67º 0.82% 0.86% -
XYZ 32.48 17.62 13.24 -
YUV 100.43 126.63 213.28 -
System Red Green Blue C M Y K H S L
Decimal 220 40 98 0 0.82 0.55 0.14 340.67 0.72 0.51
Hex DC 28 62 0 52 37 E 155 48 33
Octal 334 50 142 0 122 67 16 525 110 63
Binary 11011100 101000 1100010 0 1010010 110111 1110 101010101 1001000 110011

Color Harmonies of #DC2862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2862

Black with #DC2862

Text Example


Text Example

White with #DC2862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2862; }

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

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

background-color css

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

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

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

border-color css

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

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

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