Html Css Color HEX #D826D5 Deep Magenta

📋 copy color: '#D826D5'

red 216 ◦ green 38 ◦ blue 213

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

Shades of Deep Magenta #D826D5

Tints of Deep Magenta #D826D5

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.14%

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

R = 46.25%
G = 8.14%
B = 45.61%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#D826D5 (or 0xD826D5) is known color: Deep Magenta. HEX triplet: D8, 26 and D5. RGB value is (216,38,213). Sum of RGB (Red+Green+Blue) = 216+38+213=467 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.25% from 467); Green value is 38 (15.23% from 255 or 8.14% from 467); Blue value is 213 (83.59% from 255 or 45.61% from 467); Max value from RGB is 216 - color contains mainly: red. Hex color #D826D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D826D5 is #27D92A. Grayscale: #6E6E6E. Windows color (decimal): -2611499 or 13969112. OLE color: 13969112.

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

Color convert

RGB 216 38 213 -
CMYK 0 0.82 0.01 0.15
HSL 301.01º 0.7% 0.5% -
HSV(B) 301.01º 0.82% 0.85% -
XYZ 41.02 20.79 64.8 -
YUV 111.17 185.47 202.77 -
System Red Green Blue C M Y K H S L
Decimal 216 38 213 0 0.82 0.01 0.15 301.01 0.7 0.5
Hex D8 26 D5 0 52 1 F 12D 46 32
Octal 330 46 325 0 122 1 17 455 106 62
Binary 11011000 100110 11010101 0 1010010 1 1111 100101101 1000110 110010

Color Harmonies of #D826D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D826D5

Black with #D826D5

Text Example


Text Example

White with #D826D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D826D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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