Html Css Color HEX #DF3376 Deep Cerise

📋 copy color: '#DF3376'

red 223 ◦ green 51 ◦ blue 118

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

Shades of Deep Cerise #DF3376

Tints of Deep Cerise #DF3376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 30.1%

R = 56.89%
G = 13.01%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DF3376 (or 0xDF3376) is known color: Deep Cerise. HEX triplet: DF, 33 and 76. RGB value is (223,51,118). Sum of RGB (Red+Green+Blue) = 223+51+118=392 (51% of max value = 765). Red value is 223 (87.5% from 255 or 56.89% from 392); Green value is 51 (20.31% from 255 or 13.01% from 392); Blue value is 118 (46.48% from 255 or 30.10% from 392); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3376 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3376 is #20CC89. Grayscale: #6D6D6D. Windows color (decimal): -2149514 or 7746527. OLE color: 7746527.

HSL color Cylindrical-coordinate representation of color #DF3376: hue angle of 336.63º 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 #DF3376 is Cyan = 0, Magento = 0.77, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 51 118 -
CMYK 0 0.77 0.47 0.13
HSL 336.63º 0.73% 0.54% -
HSV(B) 336.63º 0.77% 0.87% -
XYZ 34.89 19.36 19.04 -
YUV 110.07 132.48 208.55 -
System Red Green Blue C M Y K H S L
Decimal 223 51 118 0 0.77 0.47 0.13 336.63 0.73 0.54
Hex DF 33 76 0 4D 2F D 151 49 36
Octal 337 63 166 0 115 57 15 521 111 66
Binary 11011111 110011 1110110 0 1001101 101111 1101 101010001 1001001 110110

Color Harmonies of #DF3376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3376

Black with #DF3376

Text Example


Text Example

White with #DF3376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3376; }

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

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

background-color css

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

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

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

border-color css

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

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

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