Html Css Color HEX #DF2B79 Deep Cerise

📋 copy color: '#DF2B79'

red 223 ◦ green 43 ◦ blue 121

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

Shades of Deep Cerise #DF2B79

Tints of Deep Cerise #DF2B79

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.11%

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

R = 57.62%
G = 11.11%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DF2B79 (or 0xDF2B79) is known color: Deep Cerise. HEX triplet: DF, 2B and 79. RGB value is (223,43,121). Sum of RGB (Red+Green+Blue) = 223+43+121=387 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.62% from 387); Green value is 43 (17.19% from 255 or 11.11% from 387); Blue value is 121 (47.66% from 255 or 31.27% from 387); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2B79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2B79 is #20D486. Grayscale: #696969. Windows color (decimal): -2151559 or 7941087. OLE color: 7941087.

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

Color convert

RGB 223 43 121 -
CMYK 0 0.81 0.46 0.13
HSL 334º 0.74% 0.52% -
HSV(B) 334º 0.81% 0.87% -
XYZ 34.75 18.8 19.89 -
YUV 105.71 136.63 211.66 -
System Red Green Blue C M Y K H S L
Decimal 223 43 121 0 0.81 0.46 0.13 334 0.74 0.52
Hex DF 2B 79 0 51 2E D 14E 4A 34
Octal 337 53 171 0 121 56 15 516 112 64
Binary 11011111 101011 1111001 0 1010001 101110 1101 101001110 1001010 110100

Color Harmonies of #DF2B79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2B79

Black with #DF2B79

Text Example


Text Example

White with #DF2B79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2B79; }

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

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

background-color css

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

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

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

border-color css

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

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

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