Html Css Color HEX #D526DD Deep Magenta

📋 copy color: '#D526DD'

red 213 ◦ green 38 ◦ blue 221

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

Shades of Deep Magenta #D526DD

Tints of Deep Magenta #D526DD

RGB

 RED value IS 213 (83.59% from 255) = 45.13%

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

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

R = 45.13%
G = 8.05%
B = 46.82%

CMYK

 C value IS 0.04

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D526DD (or 0xD526DD) is known color: Deep Magenta. HEX triplet: D5, 26 and DD. RGB value is (213,38,221). Sum of RGB (Red+Green+Blue) = 213+38+221=472 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.13% from 472); Green value is 38 (15.23% from 255 or 8.05% 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 #D526DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D526DD is #2AD922. Grayscale: #6E6E6E. Windows color (decimal): -2808099 or 14493397. OLE color: 14493397.

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

Color convert

RGB 213 38 221 -
CMYK 0.04 0.83 0 0.13
HSL 297.38º 0.73% 0.51% -
HSV(B) 297.38º 0.83% 0.87% -
XYZ 41.18 20.75 70.24 -
YUV 111.19 189.98 200.62 -
System Red Green Blue C M Y K H S L
Decimal 213 38 221 0.04 0.83 0 0.13 297.38 0.73 0.51
Hex D5 26 DD 4 53 0 D 129 49 33
Octal 325 46 335 4 123 0 15 451 111 63
Binary 11010101 100110 11011101 100 1010011 0 1101 100101001 1001001 110011

Color Harmonies of #D526DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D526DD

Black with #D526DD

Text Example


Text Example

White with #D526DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D526DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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