Html Css Color HEX #DC2964 Cerise

📋 copy color: '#DC2964'

red 220 ◦ green 41 ◦ blue 100

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

Shades of Cerise #DC2964

Tints of Cerise #DC2964

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.36%

 BLUE value IS 100 (39.45% from 255) = 27.7%

R = 60.94%
G = 11.36%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DC2964 (or 0xDC2964) is known color: Cerise. HEX triplet: DC, 29 and 64. RGB value is (220,41,100). Sum of RGB (Red+Green+Blue) = 220+41+100=361 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.94% from 361); Green value is 41 (16.41% from 255 or 11.36% from 361); Blue value is 100 (39.45% from 255 or 27.70% from 361); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2964 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2964 is #23D69B. Grayscale: #656565. Windows color (decimal): -2348700 or 6564316. OLE color: 6564316.

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

Color convert

RGB 220 41 100 -
CMYK 0 0.81 0.55 0.14
HSL 340.22º 0.72% 0.51% -
HSV(B) 340.22º 0.81% 0.86% -
XYZ 32.61 17.72 13.76 -
YUV 101.25 127.3 212.7 -
System Red Green Blue C M Y K H S L
Decimal 220 41 100 0 0.81 0.55 0.14 340.22 0.72 0.51
Hex DC 29 64 0 51 37 E 154 48 33
Octal 334 51 144 0 121 67 16 524 110 63
Binary 11011100 101001 1100100 0 1010001 110111 1110 101010100 1001000 110011

Color Harmonies of #DC2964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2964

Black with #DC2964

Text Example


Text Example

White with #DC2964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2964; }

 p { color: rgb(220,41,100); }

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

background-color css

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

 a { background-color: rgb(220,41,100); }

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

border-color css

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

 span { border-color: rgb(220,41,100); }

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