Html Css Color HEX #D725DE Deep Magenta

📋 copy color: '#D725DE'

red 215 ◦ green 37 ◦ blue 222

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

Shades of Deep Magenta #D725DE

Tints of Deep Magenta #D725DE

RGB

 RED value IS 215 (84.38% from 255) = 45.36%

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

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

R = 45.36%
G = 7.81%
B = 46.84%

CMYK

 C value IS 0.03

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D725DE (or 0xD725DE) is known color: Deep Magenta. HEX triplet: D7, 25 and DE. RGB value is (215,37,222). Sum of RGB (Red+Green+Blue) = 215+37+222=474 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.36% from 474); Green value is 37 (14.84% from 255 or 7.81% from 474); Blue value is 222 (87.11% from 255 or 46.84% from 474); Max value from RGB is 222 - color contains mainly: blue. Hex color #D725DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D725DE is #28DA21. Grayscale: #6E6E6E. Windows color (decimal): -2677282 or 14558679. OLE color: 14558679.

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

Color convert

RGB 215 37 222 -
CMYK 0.03 0.83 0 0.13
HSL 297.73º 0.74% 0.51% -
HSV(B) 297.73º 0.83% 0.87% -
XYZ 41.87 21.04 70.96 -
YUV 111.31 190.47 201.96 -
System Red Green Blue C M Y K H S L
Decimal 215 37 222 0.03 0.83 0 0.13 297.73 0.74 0.51
Hex D7 25 DE 3 53 0 D 12A 4A 33
Octal 327 45 336 3 123 0 15 452 112 63
Binary 11010111 100101 11011110 11 1010011 0 1101 100101010 1001010 110011

Color Harmonies of #D725DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D725DE

Black with #D725DE

Text Example


Text Example

White with #D725DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D725DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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