Html Css Color HEX #DF2886 Deep Cerise

📋 copy color: '#DF2886'

red 223 ◦ green 40 ◦ blue 134

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

Shades of Deep Cerise #DF2886

Tints of Deep Cerise #DF2886

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 33.75%

R = 56.17%
G = 10.08%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DF2886 (or 0xDF2886) is known color: Deep Cerise. HEX triplet: DF, 28 and 86. RGB value is (223,40,134). Sum of RGB (Red+Green+Blue) = 223+40+134=397 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.17% from 397); Green value is 40 (16.02% from 255 or 10.08% from 397); Blue value is 134 (52.73% from 255 or 33.75% from 397); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2886 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2886 is #20D779. Grayscale: #696969. Windows color (decimal): -2152314 or 8792287. OLE color: 8792287.

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

Color convert

RGB 223 40 134 -
CMYK 0 0.82 0.40 0.13
HSL 329.18º 0.74% 0.52% -
HSV(B) 329.18º 0.82% 0.87% -
XYZ 35.49 18.93 24.34 -
YUV 105.43 144.13 211.86 -
System Red Green Blue C M Y K H S L
Decimal 223 40 134 0 0.82 0.40 0.13 329.18 0.74 0.52
Hex DF 28 86 0 52 28 D 149 4A 34
Octal 337 50 206 0 122 50 15 511 112 64
Binary 11011111 101000 10000110 0 1010010 101000 1101 101001001 1001010 110100

Color Harmonies of #DF2886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2886

Black with #DF2886

Text Example


Text Example

White with #DF2886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2886; }

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

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

background-color css

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

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

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

border-color css

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

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

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