Html Css Color HEX #DF2E86 Deep Cerise

📋 copy color: '#DF2E86'

red 223 ◦ green 46 ◦ blue 134

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

Shades of Deep Cerise #DF2E86

Tints of Deep Cerise #DF2E86

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.41%

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

R = 55.33%
G = 11.41%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DF2E86 (or 0xDF2E86) is known color: Deep Cerise. HEX triplet: DF, 2E and 86. RGB value is (223,46,134). Sum of RGB (Red+Green+Blue) = 223+46+134=403 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.33% from 403); Green value is 46 (18.36% from 255 or 11.41% from 403); Blue value is 134 (52.73% from 255 or 33.25% from 403); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2E86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2E86 is #20D179. Grayscale: #6C6C6C. Windows color (decimal): -2150778 or 8793823. OLE color: 8793823.

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

Color convert

RGB 223 46 134 -
CMYK 0 0.79 0.40 0.13
HSL 330.17º 0.73% 0.53% -
HSV(B) 330.17º 0.79% 0.87% -
XYZ 35.71 19.36 24.41 -
YUV 108.96 142.14 209.34 -
System Red Green Blue C M Y K H S L
Decimal 223 46 134 0 0.79 0.40 0.13 330.17 0.73 0.53
Hex DF 2E 86 0 4F 28 D 14A 49 35
Octal 337 56 206 0 117 50 15 512 111 65
Binary 11011111 101110 10000110 0 1001111 101000 1101 101001010 1001001 110101

Color Harmonies of #DF2E86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2E86

Black with #DF2E86

Text Example


Text Example

White with #DF2E86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2E86; }

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

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

background-color css

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

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

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

border-color css

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

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

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