Html Css Color HEX #DF2D80 Deep Cerise

📋 copy color: '#DF2D80'

red 223 ◦ green 45 ◦ blue 128

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

Shades of Deep Cerise #DF2D80

Tints of Deep Cerise #DF2D80

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.36%

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

R = 56.31%
G = 11.36%
B = 32.32%

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

#DF2D80 (or 0xDF2D80) is known color: Deep Cerise. HEX triplet: DF, 2D and 80. RGB value is (223,45,128). Sum of RGB (Red+Green+Blue) = 223+45+128=396 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.31% from 396); Green value is 45 (17.97% from 255 or 11.36% from 396); Blue value is 128 (50.39% from 255 or 32.32% from 396); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2D80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2D80 is #20D27F. Grayscale: #6B6B6B. Windows color (decimal): -2151040 or 8400351. OLE color: 8400351.

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

Color convert

RGB 223 45 128 -
CMYK 0 0.80 0.43 0.13
HSL 332.02º 0.74% 0.53% -
HSV(B) 332.02º 0.8% 0.87% -
XYZ 35.27 19.12 22.25 -
YUV 107.68 139.47 210.25 -
System Red Green Blue C M Y K H S L
Decimal 223 45 128 0 0.80 0.43 0.13 332.02 0.74 0.53
Hex DF 2D 80 0 50 2B D 14C 4A 35
Octal 337 55 200 0 120 53 15 514 112 65
Binary 11011111 101101 10000000 0 1010000 101011 1101 101001100 1001010 110101

Color Harmonies of #DF2D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2D80

Black with #DF2D80

Text Example


Text Example

White with #DF2D80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2D80; }

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

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

background-color css

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

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

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

border-color css

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

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

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