Html Css Color HEX #DC2F79 Deep Cerise

📋 copy color: '#DC2F79'

red 220 ◦ green 47 ◦ blue 121

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

Shades of Deep Cerise #DC2F79

Tints of Deep Cerise #DC2F79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 31.19%

R = 56.7%
G = 12.11%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DC2F79 (or 0xDC2F79) is known color: Deep Cerise. HEX triplet: DC, 2F and 79. RGB value is (220,47,121). Sum of RGB (Red+Green+Blue) = 220+47+121=388 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.70% from 388); Green value is 47 (18.75% from 255 or 12.11% from 388); Blue value is 121 (47.66% from 255 or 31.19% from 388); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2F79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2F79 is #23D086. Grayscale: #6B6B6B. Windows color (decimal): -2347143 or 7942108. OLE color: 7942108.

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

Color convert

RGB 220 47 121 -
CMYK 0 0.79 0.45 0.14
HSL 334.34º 0.71% 0.52% -
HSV(B) 334.34º 0.79% 0.86% -
XYZ 33.98 18.63 19.89 -
YUV 107.16 135.81 208.48 -
System Red Green Blue C M Y K H S L
Decimal 220 47 121 0 0.79 0.45 0.14 334.34 0.71 0.52
Hex DC 2F 79 0 4F 2D E 14E 47 34
Octal 334 57 171 0 117 55 16 516 107 64
Binary 11011100 101111 1111001 0 1001111 101101 1110 101001110 1000111 110100

Color Harmonies of #DC2F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2F79

Black with #DC2F79

Text Example


Text Example

White with #DC2F79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2F79; }

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

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

background-color css

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

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

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

border-color css

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

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

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