Html Css Color HEX #DF2882 Deep Cerise

📋 copy color: '#DF2882'

red 223 ◦ green 40 ◦ blue 130

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

Shades of Deep Cerise #DF2882

Tints of Deep Cerise #DF2882

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.18%

 BLUE value IS 130 (51.17% from 255) = 33.08%

R = 56.74%
G = 10.18%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DF2882 (or 0xDF2882) is known color: Deep Cerise. HEX triplet: DF, 28 and 82. RGB value is (223,40,130). Sum of RGB (Red+Green+Blue) = 223+40+130=393 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.74% from 393); Green value is 40 (16.02% from 255 or 10.18% from 393); Blue value is 130 (51.17% from 255 or 33.08% from 393); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2882 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2882 is #20D77D. Grayscale: #686868. Windows color (decimal): -2152318 or 8530143. OLE color: 8530143.

HSL color Cylindrical-coordinate representation of color #DF2882: hue angle of 330.49º 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 #DF2882 is Cyan = 0, Magento = 0.82, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 40 130 -
CMYK 0 0.82 0.42 0.13
HSL 330.49º 0.74% 0.52% -
HSV(B) 330.49º 0.82% 0.87% -
XYZ 35.22 18.82 22.89 -
YUV 104.98 142.13 212.18 -
System Red Green Blue C M Y K H S L
Decimal 223 40 130 0 0.82 0.42 0.13 330.49 0.74 0.52
Hex DF 28 82 0 52 2A D 14A 4A 34
Octal 337 50 202 0 122 52 15 512 112 64
Binary 11011111 101000 10000010 0 1010010 101010 1101 101001010 1001010 110100

Color Harmonies of #DF2882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2882

Black with #DF2882

Text Example


Text Example

White with #DF2882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2882; }

 p { color: rgb(223,40,130); }

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

background-color css

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

 a { background-color: rgb(223,40,130); }

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

border-color css

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

 span { border-color: rgb(223,40,130); }

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