Html Css Color HEX #DF2480 Deep Cerise

📋 copy color: '#DF2480'

red 223 ◦ green 36 ◦ blue 128

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

Shades of Deep Cerise #DF2480

Tints of Deep Cerise #DF2480

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.3%

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

R = 57.62%
G = 9.3%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DF2480 (or 0xDF2480) is known color: Deep Cerise. HEX triplet: DF, 24 and 80. RGB value is (223,36,128). Sum of RGB (Red+Green+Blue) = 223+36+128=387 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.62% from 387); Green value is 36 (14.45% from 255 or 9.30% from 387); Blue value is 128 (50.39% from 255 or 33.07% from 387); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2480 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2480 is #20DB7F. Grayscale: #666666. Windows color (decimal): -2153344 or 8398047. OLE color: 8398047.

HSL color Cylindrical-coordinate representation of color #DF2480: hue angle of 330.48º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DF2480 is Cyan = 0, Magento = 0.84, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 36 128 -
CMYK 0 0.84 0.43 0.13
HSL 330.48º 0.75% 0.51% -
HSV(B) 330.48º 0.84% 0.87% -
XYZ 34.96 18.51 22.15 -
YUV 102.4 142.45 214.02 -
System Red Green Blue C M Y K H S L
Decimal 223 36 128 0 0.84 0.43 0.13 330.48 0.75 0.51
Hex DF 24 80 0 54 2B D 14A 4B 33
Octal 337 44 200 0 124 53 15 512 113 63
Binary 11011111 100100 10000000 0 1010100 101011 1101 101001010 1001011 110011

Color Harmonies of #DF2480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2480

Black with #DF2480

Text Example


Text Example

White with #DF2480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2480; }

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

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

background-color css

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

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

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

border-color css

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

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

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