Html Css Color HEX #D725D5 Deep Magenta

📋 copy color: '#D725D5'

red 215 ◦ green 37 ◦ blue 213

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

Shades of Deep Magenta #D725D5

Tints of Deep Magenta #D725D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 45.81%

R = 46.24%
G = 7.96%
B = 45.81%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D725D5 (or 0xD725D5) is known color: Deep Magenta. HEX triplet: D7, 25 and D5. RGB value is (215,37,213). Sum of RGB (Red+Green+Blue) = 215+37+213=465 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.24% from 465); Green value is 37 (14.84% from 255 or 7.96% from 465); Blue value is 213 (83.59% from 255 or 45.81% from 465); Max value from RGB is 215 - color contains mainly: red. Hex color #D725D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D725D5 is #28DA2A. Grayscale: #6D6D6D. Windows color (decimal): -2677291 or 13968855. OLE color: 13968855.

HSL color Cylindrical-coordinate representation of color #D725D5: hue angle of 300.67º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D725D5 is Cyan = 0, Magento = 0.83, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 37 213 -
CMYK 0 0.83 0.01 0.16
HSL 300.67º 0.71% 0.49% -
HSV(B) 300.67º 0.83% 0.84% -
XYZ 40.7 20.57 64.78 -
YUV 110.29 185.97 202.69 -
System Red Green Blue C M Y K H S L
Decimal 215 37 213 0 0.83 0.01 0.16 300.67 0.71 0.49
Hex D7 25 D5 0 53 1 10 12D 47 31
Octal 327 45 325 0 123 1 20 455 107 61
Binary 11010111 100101 11010101 0 1010011 1 10000 100101101 1000111 110001

Color Harmonies of #D725D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D725D5

Black with #D725D5

Text Example


Text Example

White with #D725D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D725D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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