Html Css Color HEX #DE09DB Deep Magenta

📋 copy color: '#DE09DB'

red 222 ◦ green 9 ◦ blue 219

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

Shades of Deep Magenta #DE09DB

Tints of Deep Magenta #DE09DB

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2%

 BLUE value IS 219 (85.94% from 255) = 48.67%

R = 49.33%
G = 2%
B = 48.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DE09DB (or 0xDE09DB) is known color: Deep Magenta. HEX triplet: DE, 09 and DB. RGB value is (222,9,219). Sum of RGB (Red+Green+Blue) = 222+9+219=450 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.33% from 450); Green value is 9 (3.91% from 255 or 2% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 222 - color contains mainly: red. Hex color #DE09DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE09DB is #21F624. Grayscale: #606060. Windows color (decimal): -2225701 or 14354910. OLE color: 14354910.

HSL color Cylindrical-coordinate representation of color #DE09DB: hue angle of 300.85º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DE09DB is Cyan = 0, Magento = 0.96, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 9 219 -
CMYK 0 0.96 0.01 0.13
HSL 300.85º 0.92% 0.45% -
HSV(B) 300.85º 0.96% 0.87% -
XYZ 43.01 20.84 68.77 -
YUV 96.63 197.07 217.42 -
System Red Green Blue C M Y K H S L
Decimal 222 9 219 0 0.96 0.01 0.13 300.85 0.92 0.45
Hex DE 9 DB 0 60 1 D 12D 5C 2D
Octal 336 11 333 0 140 1 15 455 134 55
Binary 11011110 1001 11011011 0 1100000 1 1101 100101101 1011100 101101

Color Harmonies of #DE09DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE09DB

Black with #DE09DB

Text Example


Text Example

White with #DE09DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE09DB; }

 p { color: rgb(222,9,219); }

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

background-color css

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

 a { background-color: rgb(222,9,219); }

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

border-color css

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

 span { border-color: rgb(222,9,219); }

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