Html Css Color HEX #DB25DE Deep Magenta

📋 copy color: '#DB25DE'

red 219 ◦ green 37 ◦ blue 222

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

Shades of Deep Magenta #DB25DE

Tints of Deep Magenta #DB25DE

RGB

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

 GREEN value IS 37 (14.84% from 255) = 7.74%

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

R = 45.82%
G = 7.74%
B = 46.44%

CMYK

 C value IS 0.01

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DB25DE (or 0xDB25DE) is known color: Deep Magenta. HEX triplet: DB, 25 and DE. RGB value is (219,37,222). Sum of RGB (Red+Green+Blue) = 219+37+222=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 37 (14.84% from 255 or 7.74% from 478); Blue value is 222 (87.11% from 255 or 46.44% from 478); Max value from RGB is 222 - color contains mainly: blue. Hex color #DB25DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB25DE is #24DA21. Grayscale: #6F6F6F. Windows color (decimal): -2415138 or 14558683. OLE color: 14558683.

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

Color convert

RGB 219 37 222 -
CMYK 0.01 0.83 0 0.13
HSL 299.03º 0.74% 0.51% -
HSV(B) 299.03º 0.83% 0.87% -
XYZ 43.06 21.66 71.02 -
YUV 112.51 189.8 203.96 -
System Red Green Blue C M Y K H S L
Decimal 219 37 222 0.01 0.83 0 0.13 299.03 0.74 0.51
Hex DB 25 DE 1 53 0 D 12B 4A 33
Octal 333 45 336 1 123 0 15 453 112 63
Binary 11011011 100101 11011110 1 1010011 0 1101 100101011 1001010 110011

Color Harmonies of #DB25DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB25DE

Black with #DB25DE

Text Example


Text Example

White with #DB25DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB25DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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