Html Css Color HEX #DC2F61 Cerise

📋 copy color: '#DC2F61'

red 220 ◦ green 47 ◦ blue 97

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

Shades of Cerise #DC2F61

Tints of Cerise #DC2F61

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.91%

 BLUE value IS 97 (38.28% from 255) = 26.65%

R = 60.44%
G = 12.91%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DC2F61 (or 0xDC2F61) is known color: Cerise. HEX triplet: DC, 2F and 61. RGB value is (220,47,97). Sum of RGB (Red+Green+Blue) = 220+47+97=364 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.44% from 364); Green value is 47 (18.75% from 255 or 12.91% from 364); Blue value is 97 (38.28% from 255 or 26.65% from 364); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2F61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2F61 is #23D09E. Grayscale: #686868. Windows color (decimal): -2347167 or 6369244. OLE color: 6369244.

HSL color Cylindrical-coordinate representation of color #DC2F61: hue angle of 342.66º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DC2F61 is Cyan = 0, Magento = 0.79, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 47 97 -
CMYK 0 0.79 0.56 0.14
HSL 342.66º 0.71% 0.52% -
HSV(B) 342.66º 0.79% 0.86% -
XYZ 32.69 18.11 13.08 -
YUV 104.43 123.81 210.43 -
System Red Green Blue C M Y K H S L
Decimal 220 47 97 0 0.79 0.56 0.14 342.66 0.71 0.52
Hex DC 2F 61 0 4F 38 E 157 47 34
Octal 334 57 141 0 117 70 16 527 107 64
Binary 11011100 101111 1100001 0 1001111 111000 1110 101010111 1000111 110100

Color Harmonies of #DC2F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2F61

Black with #DC2F61

Text Example


Text Example

White with #DC2F61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2F61; }

 p { color: rgb(220,47,97); }

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

background-color css

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

 a { background-color: rgb(220,47,97); }

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

border-color css

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

 span { border-color: rgb(220,47,97); }

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