Html Css Color HEX #D528DB Deep Magenta

📋 copy color: '#D528DB'

red 213 ◦ green 40 ◦ blue 219

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

Shades of Deep Magenta #D528DB

Tints of Deep Magenta #D528DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.4%

R = 45.13%
G = 8.47%
B = 46.4%

CMYK

 C value IS 0.03

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D528DB (or 0xD528DB) is known color: Deep Magenta. HEX triplet: D5, 28 and DB. RGB value is (213,40,219). Sum of RGB (Red+Green+Blue) = 213+40+219=472 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.13% from 472); Green value is 40 (16.02% from 255 or 8.47% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #D528DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D528DB is #2AD724. Grayscale: #6F6F6F. Windows color (decimal): -2807589 or 14362837. OLE color: 14362837.

HSL color Cylindrical-coordinate representation of color #D528DB: hue angle of 297.99º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D528DB is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 213 40 219 -
CMYK 0.03 0.82 0 0.14
HSL 297.99º 0.71% 0.51% -
HSV(B) 297.99º 0.82% 0.86% -
XYZ 40.99 20.78 68.87 -
YUV 112.13 188.31 199.95 -
System Red Green Blue C M Y K H S L
Decimal 213 40 219 0.03 0.82 0 0.14 297.99 0.71 0.51
Hex D5 28 DB 3 52 0 E 12A 47 33
Octal 325 50 333 3 122 0 16 452 107 63
Binary 11010101 101000 11011011 11 1010010 0 1110 100101010 1000111 110011

Color Harmonies of #D528DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D528DB

Black with #D528DB

Text Example


Text Example

White with #D528DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D528DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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