Html Css Color HEX #DE25DF Deep Magenta

📋 copy color: '#DE25DF'

red 222 ◦ green 37 ◦ blue 223

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

Shades of Deep Magenta #DE25DF

Tints of Deep Magenta #DE25DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.27%

R = 46.06%
G = 7.68%
B = 46.27%

CMYK

 C value IS 0.00

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DE25DF (or 0xDE25DF) is known color: Deep Magenta. HEX triplet: DE, 25 and DF. RGB value is (222,37,223). Sum of RGB (Red+Green+Blue) = 222+37+223=482 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.06% from 482); Green value is 37 (14.84% from 255 or 7.68% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 223 - color contains mainly: blue. Hex color #DE25DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE25DF is #21DA20. Grayscale: #707070. Windows color (decimal): -2218529 or 14624222. OLE color: 14624222.

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

Color convert

RGB 222 37 223 -
CMYK 0.00 0.83 0 0.13
HSL 299.68º 0.74% 0.51% -
HSV(B) 299.68º 0.83% 0.87% -
XYZ 44.11 22.18 71.77 -
YUV 113.52 189.79 205.38 -
System Red Green Blue C M Y K H S L
Decimal 222 37 223 0.00 0.83 0 0.13 299.68 0.74 0.51
Hex DE 25 DF 0 53 0 D 12C 4A 33
Octal 336 45 337 0 123 0 15 454 112 63
Binary 11011110 100101 11011111 0 1010011 0 1101 100101100 1001010 110011

Color Harmonies of #DE25DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE25DF

Black with #DE25DF

Text Example


Text Example

White with #DE25DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE25DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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