Html Css Color HEX #DF2C80 Deep Cerise

📋 copy color: '#DF2C80'

red 223 ◦ green 44 ◦ blue 128

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

Shades of Deep Cerise #DF2C80

Tints of Deep Cerise #DF2C80

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.14%

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

R = 56.46%
G = 11.14%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DF2C80 (or 0xDF2C80) is known color: Deep Cerise. HEX triplet: DF, 2C and 80. RGB value is (223,44,128). Sum of RGB (Red+Green+Blue) = 223+44+128=395 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.46% from 395); Green value is 44 (17.58% from 255 or 11.14% from 395); Blue value is 128 (50.39% from 255 or 32.41% from 395); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2C80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2C80 is #20D37F. Grayscale: #6A6A6A. Windows color (decimal): -2151296 or 8400095. OLE color: 8400095.

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

Color convert

RGB 223 44 128 -
CMYK 0 0.80 0.43 0.13
HSL 331.84º 0.74% 0.52% -
HSV(B) 331.84º 0.8% 0.87% -
XYZ 35.23 19.05 22.24 -
YUV 107.1 139.8 210.67 -
System Red Green Blue C M Y K H S L
Decimal 223 44 128 0 0.80 0.43 0.13 331.84 0.74 0.52
Hex DF 2C 80 0 50 2B D 14C 4A 34
Octal 337 54 200 0 120 53 15 514 112 64
Binary 11011111 101100 10000000 0 1010000 101011 1101 101001100 1001010 110100

Color Harmonies of #DF2C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2C80

Black with #DF2C80

Text Example


Text Example

White with #DF2C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2C80; }

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

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

background-color css

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

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

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

border-color css

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

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

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