Html Css Color HEX #DF2486 Deep Cerise

📋 copy color: '#DF2486'

red 223 ◦ green 36 ◦ blue 134

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

Shades of Deep Cerise #DF2486

Tints of Deep Cerise #DF2486

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.16%

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

R = 56.74%
G = 9.16%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DF2486 (or 0xDF2486) is known color: Deep Cerise. HEX triplet: DF, 24 and 86. RGB value is (223,36,134). Sum of RGB (Red+Green+Blue) = 223+36+134=393 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.74% from 393); Green value is 36 (14.45% from 255 or 9.16% from 393); Blue value is 134 (52.73% from 255 or 34.10% from 393); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2486 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2486 is #20DB79. Grayscale: #666666. Windows color (decimal): -2153338 or 8791263. OLE color: 8791263.

HSL color Cylindrical-coordinate representation of color #DF2486: hue angle of 328.56º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DF2486 is Cyan = 0, Magento = 0.84, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 36 134 -
CMYK 0 0.84 0.40 0.13
HSL 328.56º 0.75% 0.51% -
HSV(B) 328.56º 0.84% 0.87% -
XYZ 35.37 18.67 24.29 -
YUV 103.09 145.45 213.53 -
System Red Green Blue C M Y K H S L
Decimal 223 36 134 0 0.84 0.40 0.13 328.56 0.75 0.51
Hex DF 24 86 0 54 28 D 149 4B 33
Octal 337 44 206 0 124 50 15 511 113 63
Binary 11011111 100100 10000110 0 1010100 101000 1101 101001001 1001011 110011

Color Harmonies of #DF2486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2486

Black with #DF2486

Text Example


Text Example

White with #DF2486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2486; }

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

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

background-color css

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

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

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

border-color css

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

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

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