Html Css Color HEX #DF3379 Deep Cerise

📋 copy color: '#DF3379'

red 223 ◦ green 51 ◦ blue 121

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

Shades of Deep Cerise #DF3379

Tints of Deep Cerise #DF3379

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.91%

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

R = 56.46%
G = 12.91%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DF3379 (or 0xDF3379) is known color: Deep Cerise. HEX triplet: DF, 33 and 79. RGB value is (223,51,121). Sum of RGB (Red+Green+Blue) = 223+51+121=395 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.46% from 395); Green value is 51 (20.31% from 255 or 12.91% from 395); Blue value is 121 (47.66% from 255 or 30.63% from 395); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3379 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3379 is #20CC86. Grayscale: #6E6E6E. Windows color (decimal): -2149511 or 7943135. OLE color: 7943135.

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

Color convert

RGB 223 51 121 -
CMYK 0 0.77 0.46 0.13
HSL 335.58º 0.73% 0.54% -
HSV(B) 335.58º 0.77% 0.87% -
XYZ 35.07 19.44 19.99 -
YUV 110.41 133.98 208.31 -
System Red Green Blue C M Y K H S L
Decimal 223 51 121 0 0.77 0.46 0.13 335.58 0.73 0.54
Hex DF 33 79 0 4D 2E D 150 49 36
Octal 337 63 171 0 115 56 15 520 111 66
Binary 11011111 110011 1111001 0 1001101 101110 1101 101010000 1001001 110110

Color Harmonies of #DF3379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3379

Black with #DF3379

Text Example


Text Example

White with #DF3379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3379; }

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

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

background-color css

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

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

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

border-color css

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

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

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