Html Css Color HEX #D527DD Deep Magenta

📋 copy color: '#D527DD'

red 213 ◦ green 39 ◦ blue 221

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

Shades of Deep Magenta #D527DD

Tints of Deep Magenta #D527DD

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.25%

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

R = 45.03%
G = 8.25%
B = 46.72%

CMYK

 C value IS 0.04

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D527DD (or 0xD527DD) is known color: Deep Magenta. HEX triplet: D5, 27 and DD. RGB value is (213,39,221). Sum of RGB (Red+Green+Blue) = 213+39+221=473 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.03% from 473); Green value is 39 (15.62% from 255 or 8.25% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 221 - color contains mainly: blue. Hex color #D527DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D527DD is #2AD822. Grayscale: #6F6F6F. Windows color (decimal): -2807843 or 14493653. OLE color: 14493653.

HSL color Cylindrical-coordinate representation of color #D527DD: hue angle of 297.36º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D527DD is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 39 221 -
CMYK 0.04 0.82 0 0.13
HSL 297.36º 0.73% 0.51% -
HSV(B) 297.36º 0.82% 0.87% -
XYZ 41.22 20.82 70.25 -
YUV 111.77 189.65 200.2 -
System Red Green Blue C M Y K H S L
Decimal 213 39 221 0.04 0.82 0 0.13 297.36 0.73 0.51
Hex D5 27 DD 4 52 0 D 129 49 33
Octal 325 47 335 4 122 0 15 451 111 63
Binary 11010101 100111 11011101 100 1010010 0 1101 100101001 1001001 110011

Color Harmonies of #D527DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D527DD

Black with #D527DD

Text Example


Text Example

White with #D527DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D527DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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