Html Css Color HEX #DE0DBF Deep Magenta

📋 copy color: '#DE0DBF'

red 222 ◦ green 13 ◦ blue 191

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

Shades of Deep Magenta #DE0DBF

Tints of Deep Magenta #DE0DBF

RGB

 RED value IS 222 (87.11% from 255) = 52.11%

 GREEN value IS 13 (5.47% from 255) = 3.05%

 BLUE value IS 191 (75% from 255) = 44.84%

R = 52.11%
G = 3.05%
B = 44.84%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DE0DBF (or 0xDE0DBF) is known color: Deep Magenta. HEX triplet: DE, 0D and BF. RGB value is (222,13,191). Sum of RGB (Red+Green+Blue) = 222+13+191=426 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.11% from 426); Green value is 13 (5.47% from 255 or 3.05% from 426); Blue value is 191 (75% from 255 or 44.84% from 426); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0DBF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE0DBF is #21F240. Grayscale: #5F5F5F. Windows color (decimal): -2224705 or 12520926. OLE color: 12520926.

HSL color Cylindrical-coordinate representation of color #DE0DBF: hue angle of 308.9º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DE0DBF is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 13 191 -
CMYK 0 0.94 0.14 0.13
HSL 308.9º 0.89% 0.46% -
HSV(B) 308.9º 0.94% 0.87% -
XYZ 39.67 19.58 50.98 -
YUV 95.78 181.74 218.03 -
System Red Green Blue C M Y K H S L
Decimal 222 13 191 0 0.94 0.14 0.13 308.9 0.89 0.46
Hex DE D BF 0 5E E D 135 59 2E
Octal 336 15 277 0 136 16 15 465 131 56
Binary 11011110 1101 10111111 0 1011110 1110 1101 100110101 1011001 101110

Color Harmonies of #DE0DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0DBF

Black with #DE0DBF

Text Example


Text Example

White with #DE0DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0DBF; }

 p { color: rgb(222,13,191); }

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

background-color css

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

 a { background-color: rgb(222,13,191); }

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

border-color css

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

 span { border-color: rgb(222,13,191); }

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