Html Css Color HEX #D528DF Deep Magenta

📋 copy color: '#D528DF'

red 213 ◦ green 40 ◦ blue 223

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

Shades of Deep Magenta #D528DF

Tints of Deep Magenta #D528DF

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.4%

 BLUE value IS 223 (87.5% from 255) = 46.85%

R = 44.75%
G = 8.4%
B = 46.85%

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

#D528DF (or 0xD528DF) is known color: Deep Magenta. HEX triplet: D5, 28 and DF. RGB value is (213,40,223). Sum of RGB (Red+Green+Blue) = 213+40+223=476 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.75% from 476); Green value is 40 (16.02% from 255 or 8.40% from 476); Blue value is 223 (87.5% from 255 or 46.85% from 476); Max value from RGB is 223 - color contains mainly: blue. Hex color #D528DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D528DF is #2AD720. Grayscale: #707070. Windows color (decimal): -2807585 or 14624981. OLE color: 14624981.

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

Color convert

RGB 213 40 223 -
CMYK 0.04 0.82 0 0.13
HSL 296.72º 0.74% 0.52% -
HSV(B) 296.72º 0.82% 0.87% -
XYZ 41.52 20.99 71.68 -
YUV 112.59 190.31 199.62 -
System Red Green Blue C M Y K H S L
Decimal 213 40 223 0.04 0.82 0 0.13 296.72 0.74 0.52
Hex D5 28 DF 4 52 0 D 129 4A 34
Octal 325 50 337 4 122 0 15 451 112 64
Binary 11010101 101000 11011111 100 1010010 0 1101 100101001 1001010 110100

Color Harmonies of #D528DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D528DF

Black with #D528DF

Text Example


Text Example

White with #D528DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D528DF; }

 p { color: rgb(213,40,223); }

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

background-color css

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

 a { background-color: rgb(213,40,223); }

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

border-color css

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

 span { border-color: rgb(213,40,223); }

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