Html Css Color HEX #DF2180 Deep Cerise

📋 copy color: '#DF2180'

red 223 ◦ green 33 ◦ blue 128

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

Shades of Deep Cerise #DF2180

Tints of Deep Cerise #DF2180

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.59%

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

R = 58.07%
G = 8.59%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DF2180 (or 0xDF2180) is known color: Deep Cerise. HEX triplet: DF, 21 and 80. RGB value is (223,33,128). Sum of RGB (Red+Green+Blue) = 223+33+128=384 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.07% from 384); Green value is 33 (13.28% from 255 or 8.59% from 384); Blue value is 128 (50.39% from 255 or 33.33% from 384); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2180 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2180 is #20DE7F. Grayscale: #646464. Windows color (decimal): -2154112 or 8397279. OLE color: 8397279.

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

Color convert

RGB 223 33 128 -
CMYK 0 0.85 0.43 0.13
HSL 330º 0.75% 0.5% -
HSV(B) 330º 0.85% 0.87% -
XYZ 34.87 18.33 22.12 -
YUV 100.64 143.45 215.28 -
System Red Green Blue C M Y K H S L
Decimal 223 33 128 0 0.85 0.43 0.13 330 0.75 0.5
Hex DF 21 80 0 55 2B D 14A 4B 32
Octal 337 41 200 0 125 53 15 512 113 62
Binary 11011111 100001 10000000 0 1010101 101011 1101 101001010 1001011 110010

Color Harmonies of #DF2180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2180

Black with #DF2180

Text Example


Text Example

White with #DF2180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2180; }

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

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

background-color css

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

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

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

border-color css

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

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

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