Html Css Color HEX #DF2E80 Deep Cerise

📋 copy color: '#DF2E80'

red 223 ◦ green 46 ◦ blue 128

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

Shades of Deep Cerise #DF2E80

Tints of Deep Cerise #DF2E80

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.59%

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

R = 56.17%
G = 11.59%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DF2E80 (or 0xDF2E80) is known color: Deep Cerise. HEX triplet: DF, 2E and 80. RGB value is (223,46,128). Sum of RGB (Red+Green+Blue) = 223+46+128=397 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.17% from 397); Green value is 46 (18.36% from 255 or 11.59% from 397); Blue value is 128 (50.39% from 255 or 32.24% from 397); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2E80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2E80 is #20D17F. Grayscale: #6C6C6C. Windows color (decimal): -2150784 or 8400607. OLE color: 8400607.

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

Color convert

RGB 223 46 128 -
CMYK 0 0.79 0.43 0.13
HSL 332.2º 0.73% 0.53% -
HSV(B) 332.2º 0.79% 0.87% -
XYZ 35.3 19.2 22.27 -
YUV 108.27 139.14 209.83 -
System Red Green Blue C M Y K H S L
Decimal 223 46 128 0 0.79 0.43 0.13 332.2 0.73 0.53
Hex DF 2E 80 0 4F 2B D 14C 49 35
Octal 337 56 200 0 117 53 15 514 111 65
Binary 11011111 101110 10000000 0 1001111 101011 1101 101001100 1001001 110101

Color Harmonies of #DF2E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2E80

Black with #DF2E80

Text Example


Text Example

White with #DF2E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2E80; }

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

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

background-color css

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

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

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

border-color css

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

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

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