Html Css Color HEX #DE09CB Deep Magenta

📋 copy color: '#DE09CB'

red 222 ◦ green 9 ◦ blue 203

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

Shades of Deep Magenta #DE09CB

Tints of Deep Magenta #DE09CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.77%

R = 51.15%
G = 2.07%
B = 46.77%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DE09CB (or 0xDE09CB) is known color: Deep Magenta. HEX triplet: DE, 09 and CB. RGB value is (222,9,203). Sum of RGB (Red+Green+Blue) = 222+9+203=434 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.15% from 434); Green value is 9 (3.91% from 255 or 2.07% from 434); Blue value is 203 (79.69% from 255 or 46.77% from 434); Max value from RGB is 222 - color contains mainly: red. Hex color #DE09CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE09CB is #21F634. Grayscale: #5E5E5E. Windows color (decimal): -2225717 or 13306334. OLE color: 13306334.

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

Color convert

RGB 222 9 203 -
CMYK 0 0.96 0.09 0.13
HSL 305.35º 0.92% 0.45% -
HSV(B) 305.35º 0.96% 0.87% -
XYZ 41 20.04 58.21 -
YUV 94.8 189.07 218.73 -
System Red Green Blue C M Y K H S L
Decimal 222 9 203 0 0.96 0.09 0.13 305.35 0.92 0.45
Hex DE 9 CB 0 60 9 D 131 5C 2D
Octal 336 11 313 0 140 11 15 461 134 55
Binary 11011110 1001 11001011 0 1100000 1001 1101 100110001 1011100 101101

Color Harmonies of #DE09CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE09CB

Black with #DE09CB

Text Example


Text Example

White with #DE09CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE09CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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