Html Css Color HEX #DF3380 Deep Cerise

📋 copy color: '#DF3380'

red 223 ◦ green 51 ◦ blue 128

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

Shades of Deep Cerise #DF3380

Tints of Deep Cerise #DF3380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 31.84%

R = 55.47%
G = 12.69%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DF3380 (or 0xDF3380) is known color: Deep Cerise. HEX triplet: DF, 33 and 80. RGB value is (223,51,128). Sum of RGB (Red+Green+Blue) = 223+51+128=402 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.47% from 402); Green value is 51 (20.31% from 255 or 12.69% from 402); Blue value is 128 (50.39% from 255 or 31.84% from 402); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3380 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3380 is #20CC7F. Grayscale: #6F6F6F. Windows color (decimal): -2149504 or 8401887. OLE color: 8401887.

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

Color convert

RGB 223 51 128 -
CMYK 0 0.77 0.43 0.13
HSL 333.14º 0.73% 0.54% -
HSV(B) 333.14º 0.77% 0.87% -
XYZ 35.51 19.61 22.34 -
YUV 111.21 137.48 207.74 -
System Red Green Blue C M Y K H S L
Decimal 223 51 128 0 0.77 0.43 0.13 333.14 0.73 0.54
Hex DF 33 80 0 4D 2B D 14D 49 36
Octal 337 63 200 0 115 53 15 515 111 66
Binary 11011111 110011 10000000 0 1001101 101011 1101 101001101 1001001 110110

Color Harmonies of #DF3380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3380

Black with #DF3380

Text Example


Text Example

White with #DF3380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3380; }

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

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

background-color css

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

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

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

border-color css

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

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

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