Html Css Color HEX #D824D5 Deep Magenta

📋 copy color: '#D824D5'

red 216 ◦ green 36 ◦ blue 213

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

Shades of Deep Magenta #D824D5

Tints of Deep Magenta #D824D5

RGB

 RED value IS 216 (84.77% from 255) = 46.45%

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

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

R = 46.45%
G = 7.74%
B = 45.81%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#D824D5 (or 0xD824D5) is known color: Deep Magenta. HEX triplet: D8, 24 and D5. RGB value is (216,36,213). Sum of RGB (Red+Green+Blue) = 216+36+213=465 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.45% from 465); Green value is 36 (14.45% from 255 or 7.74% from 465); Blue value is 213 (83.59% from 255 or 45.81% from 465); Max value from RGB is 216 - color contains mainly: red. Hex color #D824D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D824D5 is #27DB2A. Grayscale: #6D6D6D. Windows color (decimal): -2612011 or 13968600. OLE color: 13968600.

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

Color convert

RGB 216 36 213 -
CMYK 0 0.83 0.01 0.15
HSL 301º 0.71% 0.49% -
HSV(B) 301º 0.83% 0.85% -
XYZ 40.96 20.66 64.78 -
YUV 110 186.13 203.61 -
System Red Green Blue C M Y K H S L
Decimal 216 36 213 0 0.83 0.01 0.15 301 0.71 0.49
Hex D8 24 D5 0 53 1 F 12D 47 31
Octal 330 44 325 0 123 1 17 455 107 61
Binary 11011000 100100 11010101 0 1010011 1 1111 100101101 1000111 110001

Color Harmonies of #D824D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D824D5

Black with #D824D5

Text Example


Text Example

White with #D824D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D824D5; }

 p { color: rgb(216,36,213); }

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

background-color css

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

 a { background-color: rgb(216,36,213); }

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

border-color css

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

 span { border-color: rgb(216,36,213); }

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