Html Css Color HEX #DF2D79 Deep Cerise

📋 copy color: '#DF2D79'

red 223 ◦ green 45 ◦ blue 121

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

Shades of Deep Cerise #DF2D79

Tints of Deep Cerise #DF2D79

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.57%

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

R = 57.33%
G = 11.57%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DF2D79 (or 0xDF2D79) is known color: Deep Cerise. HEX triplet: DF, 2D and 79. RGB value is (223,45,121). Sum of RGB (Red+Green+Blue) = 223+45+121=389 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.33% from 389); Green value is 45 (17.97% from 255 or 11.57% from 389); Blue value is 121 (47.66% from 255 or 31.11% from 389); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2D79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2D79 is #20D286. Grayscale: #6A6A6A. Windows color (decimal): -2151047 or 7941599. OLE color: 7941599.

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

Color convert

RGB 223 45 121 -
CMYK 0 0.80 0.46 0.13
HSL 334.38º 0.74% 0.53% -
HSV(B) 334.38º 0.8% 0.87% -
XYZ 34.82 18.95 19.91 -
YUV 106.89 135.97 210.82 -
System Red Green Blue C M Y K H S L
Decimal 223 45 121 0 0.80 0.46 0.13 334.38 0.74 0.53
Hex DF 2D 79 0 50 2E D 14E 4A 35
Octal 337 55 171 0 120 56 15 516 112 65
Binary 11011111 101101 1111001 0 1010000 101110 1101 101001110 1001010 110101

Color Harmonies of #DF2D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2D79

Black with #DF2D79

Text Example


Text Example

White with #DF2D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2D79; }

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

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

background-color css

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

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

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

border-color css

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

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

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