Html Css Color HEX #DF2986 Deep Cerise

📋 copy color: '#DF2986'

red 223 ◦ green 41 ◦ blue 134

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

Shades of Deep Cerise #DF2986

Tints of Deep Cerise #DF2986

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.3%

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

R = 56.03%
G = 10.3%
B = 33.67%

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

#DF2986 (or 0xDF2986) is known color: Deep Cerise. HEX triplet: DF, 29 and 86. RGB value is (223,41,134). Sum of RGB (Red+Green+Blue) = 223+41+134=398 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.03% from 398); Green value is 41 (16.41% from 255 or 10.30% from 398); Blue value is 134 (52.73% from 255 or 33.67% from 398); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2986 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2986 is #20D679. Grayscale: #696969. Windows color (decimal): -2152058 or 8792543. OLE color: 8792543.

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

Color convert

RGB 223 41 134 -
CMYK 0 0.82 0.40 0.13
HSL 329.34º 0.74% 0.52% -
HSV(B) 329.34º 0.82% 0.87% -
XYZ 35.53 19 24.35 -
YUV 106.02 143.8 211.44 -
System Red Green Blue C M Y K H S L
Decimal 223 41 134 0 0.82 0.40 0.13 329.34 0.74 0.52
Hex DF 29 86 0 52 28 D 149 4A 34
Octal 337 51 206 0 122 50 15 511 112 64
Binary 11011111 101001 10000110 0 1010010 101000 1101 101001001 1001010 110100

Color Harmonies of #DF2986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2986

Black with #DF2986

Text Example


Text Example

White with #DF2986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2986; }

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

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

background-color css

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

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

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

border-color css

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

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

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