Html Css Color HEX #DF2F79 Deep Cerise

📋 copy color: '#DF2F79'

red 223 ◦ green 47 ◦ blue 121

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

Shades of Deep Cerise #DF2F79

Tints of Deep Cerise #DF2F79

RGB

 RED value IS 223 (87.5% from 255) = 57.03%

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

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

R = 57.03%
G = 12.02%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DF2F79 (or 0xDF2F79) is known color: Deep Cerise. HEX triplet: DF, 2F and 79. RGB value is (223,47,121). Sum of RGB (Red+Green+Blue) = 223+47+121=391 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.03% from 391); Green value is 47 (18.75% from 255 or 12.02% from 391); Blue value is 121 (47.66% from 255 or 30.95% from 391); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2F79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2F79 is #20D086. Grayscale: #6B6B6B. Windows color (decimal): -2150535 or 7942111. OLE color: 7942111.

HSL color Cylindrical-coordinate representation of color #DF2F79: hue angle of 334.77º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DF2F79 is Cyan = 0, Magento = 0.79, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 47 121 -
CMYK 0 0.79 0.46 0.13
HSL 334.77º 0.73% 0.53% -
HSV(B) 334.77º 0.79% 0.87% -
XYZ 34.9 19.1 19.94 -
YUV 108.06 135.31 209.98 -
System Red Green Blue C M Y K H S L
Decimal 223 47 121 0 0.79 0.46 0.13 334.77 0.73 0.53
Hex DF 2F 79 0 4F 2E D 14F 49 35
Octal 337 57 171 0 117 56 15 517 111 65
Binary 11011111 101111 1111001 0 1001111 101110 1101 101001111 1001001 110101

Color Harmonies of #DF2F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2F79

Black with #DF2F79

Text Example


Text Example

White with #DF2F79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2F79; }

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

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

background-color css

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

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

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

border-color css

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

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

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