Html Css Color HEX #DF2980 Deep Cerise

📋 copy color: '#DF2980'

red 223 ◦ green 41 ◦ blue 128

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

Shades of Deep Cerise #DF2980

Tints of Deep Cerise #DF2980

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.46%

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

R = 56.89%
G = 10.46%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DF2980 (or 0xDF2980) is known color: Deep Cerise. HEX triplet: DF, 29 and 80. RGB value is (223,41,128). Sum of RGB (Red+Green+Blue) = 223+41+128=392 (51% of max value = 765). Red value is 223 (87.5% from 255 or 56.89% from 392); Green value is 41 (16.41% from 255 or 10.46% from 392); Blue value is 128 (50.39% from 255 or 32.65% from 392); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2980 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2980 is #20D67F. Grayscale: #696969. Windows color (decimal): -2152064 or 8399327. OLE color: 8399327.

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

Color convert

RGB 223 41 128 -
CMYK 0 0.82 0.43 0.13
HSL 331.32º 0.74% 0.52% -
HSV(B) 331.32º 0.82% 0.87% -
XYZ 35.12 18.83 22.21 -
YUV 105.34 140.8 211.93 -
System Red Green Blue C M Y K H S L
Decimal 223 41 128 0 0.82 0.43 0.13 331.32 0.74 0.52
Hex DF 29 80 0 52 2B D 14B 4A 34
Octal 337 51 200 0 122 53 15 513 112 64
Binary 11011111 101001 10000000 0 1010010 101011 1101 101001011 1001010 110100

Color Harmonies of #DF2980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2980

Black with #DF2980

Text Example


Text Example

White with #DF2980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2980; }

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

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

background-color css

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

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

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

border-color css

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

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

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