Html Css Color HEX #DB23DE Deep Magenta

📋 copy color: '#DB23DE'

red 219 ◦ green 35 ◦ blue 222

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

Shades of Deep Magenta #DB23DE

Tints of Deep Magenta #DB23DE

RGB

 RED value IS 219 (85.94% from 255) = 46.01%

 GREEN value IS 35 (14.06% from 255) = 7.35%

 BLUE value IS 222 (87.11% from 255) = 46.64%

R = 46.01%
G = 7.35%
B = 46.64%

CMYK

 C value IS 0.01

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DB23DE (or 0xDB23DE) is known color: Deep Magenta. HEX triplet: DB, 23 and DE. RGB value is (219,35,222). Sum of RGB (Red+Green+Blue) = 219+35+222=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 35 (14.06% from 255 or 7.35% from 476); Blue value is 222 (87.11% from 255 or 46.64% from 476); Max value from RGB is 222 - color contains mainly: blue. Hex color #DB23DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB23DE is #24DC21. Grayscale: #6E6E6E. Windows color (decimal): -2415650 or 14558171. OLE color: 14558171.

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

Color convert

RGB 219 35 222 -
CMYK 0.01 0.84 0 0.13
HSL 299.04º 0.74% 0.5% -
HSV(B) 299.04º 0.84% 0.87% -
XYZ 43 21.54 71 -
YUV 111.33 190.46 204.79 -
System Red Green Blue C M Y K H S L
Decimal 219 35 222 0.01 0.84 0 0.13 299.04 0.74 0.5
Hex DB 23 DE 1 54 0 D 12B 4A 32
Octal 333 43 336 1 124 0 15 453 112 62
Binary 11011011 100011 11011110 1 1010100 0 1101 100101011 1001010 110010

Color Harmonies of #DB23DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB23DE

Black with #DB23DE

Text Example


Text Example

White with #DB23DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB23DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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