Html Css Color HEX #D724DD Deep Magenta

📋 copy color: '#D724DD'

red 215 ◦ green 36 ◦ blue 221

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

Shades of Deep Magenta #D724DD

Tints of Deep Magenta #D724DD

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.63%

 BLUE value IS 221 (86.72% from 255) = 46.82%

R = 45.55%
G = 7.63%
B = 46.82%

CMYK

 C value IS 0.03

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D724DD (or 0xD724DD) is known color: Deep Magenta. HEX triplet: D7, 24 and DD. RGB value is (215,36,221). Sum of RGB (Red+Green+Blue) = 215+36+221=472 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.55% from 472); Green value is 36 (14.45% from 255 or 7.63% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 221 - color contains mainly: blue. Hex color #D724DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D724DD is #28DB22. Grayscale: #6E6E6E. Windows color (decimal): -2677539 or 14492887. OLE color: 14492887.

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

Color convert

RGB 215 36 221 -
CMYK 0.03 0.84 0 0.13
HSL 298.05º 0.73% 0.5% -
HSV(B) 298.05º 0.84% 0.87% -
XYZ 41.71 20.93 70.25 -
YUV 110.61 190.3 202.46 -
System Red Green Blue C M Y K H S L
Decimal 215 36 221 0.03 0.84 0 0.13 298.05 0.73 0.5
Hex D7 24 DD 3 54 0 D 12A 49 32
Octal 327 44 335 3 124 0 15 452 111 62
Binary 11010111 100100 11011101 11 1010100 0 1101 100101010 1001001 110010

Color Harmonies of #D724DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D724DD

Black with #D724DD

Text Example


Text Example

White with #D724DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D724DD; }

 p { color: rgb(215,36,221); }

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

background-color css

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

 a { background-color: rgb(215,36,221); }

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

border-color css

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

 span { border-color: rgb(215,36,221); }

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