Html Css Color HEX #DE0BDA Deep Magenta

📋 copy color: '#DE0BDA'

red 222 ◦ green 11 ◦ blue 218

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

Shades of Deep Magenta #DE0BDA

Tints of Deep Magenta #DE0BDA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.44%

 BLUE value IS 218 (85.55% from 255) = 48.34%

R = 49.22%
G = 2.44%
B = 48.34%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DE0BDA (or 0xDE0BDA) is known color: Deep Magenta. HEX triplet: DE, 0B and DA. RGB value is (222,11,218). Sum of RGB (Red+Green+Blue) = 222+11+218=451 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.22% from 451); Green value is 11 (4.69% from 255 or 2.44% from 451); Blue value is 218 (85.55% from 255 or 48.34% from 451); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0BDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE0BDA is #21F425. Grayscale: #616161. Windows color (decimal): -2225190 or 14289886. OLE color: 14289886.

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

Color convert

RGB 222 11 218 -
CMYK 0 0.95 0.02 0.13
HSL 301.14º 0.91% 0.46% -
HSV(B) 301.14º 0.95% 0.87% -
XYZ 42.9 20.83 68.09 -
YUV 97.69 195.9 216.67 -
System Red Green Blue C M Y K H S L
Decimal 222 11 218 0 0.95 0.02 0.13 301.14 0.91 0.46
Hex DE B DA 0 5F 2 D 12D 5B 2E
Octal 336 13 332 0 137 2 15 455 133 56
Binary 11011110 1011 11011010 0 1011111 10 1101 100101101 1011011 101110

Color Harmonies of #DE0BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0BDA

Black with #DE0BDA

Text Example


Text Example

White with #DE0BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0BDA; }

 p { color: rgb(222,11,218); }

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

background-color css

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

 a { background-color: rgb(222,11,218); }

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

border-color css

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

 span { border-color: rgb(222,11,218); }

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