Html Css Color HEX #DC2760 Cerise

📋 copy color: '#DC2760'

red 220 ◦ green 39 ◦ blue 96

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

Shades of Cerise #DC2760

Tints of Cerise #DC2760

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.99%

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

R = 61.97%
G = 10.99%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DC2760 (or 0xDC2760) is known color: Cerise. HEX triplet: DC, 27 and 60. RGB value is (220,39,96). Sum of RGB (Red+Green+Blue) = 220+39+96=355 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.97% from 355); Green value is 39 (15.62% from 255 or 10.99% from 355); Blue value is 96 (37.89% from 255 or 27.04% from 355); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2760 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2760 is #23D89F. Grayscale: #636363. Windows color (decimal): -2349216 or 6301660. OLE color: 6301660.

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

Color convert

RGB 220 39 96 -
CMYK 0 0.82 0.56 0.14
HSL 341.11º 0.72% 0.51% -
HSV(B) 341.11º 0.82% 0.86% -
XYZ 32.35 17.51 12.74 -
YUV 99.62 125.97 213.87 -
System Red Green Blue C M Y K H S L
Decimal 220 39 96 0 0.82 0.56 0.14 341.11 0.72 0.51
Hex DC 27 60 0 52 38 E 155 48 33
Octal 334 47 140 0 122 70 16 525 110 63
Binary 11011100 100111 1100000 0 1010010 111000 1110 101010101 1001000 110011

Color Harmonies of #DC2760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2760

Black with #DC2760

Text Example


Text Example

White with #DC2760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2760; }

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

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

background-color css

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

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

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

border-color css

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

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

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