Html Css Color HEX #D528DA Deep Magenta

📋 copy color: '#D528DA'

red 213 ◦ green 40 ◦ blue 218

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

Shades of Deep Magenta #D528DA

Tints of Deep Magenta #D528DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.28%

R = 45.22%
G = 8.49%
B = 46.28%

CMYK

 C value IS 0.02

 M value IS 0.82

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D528DA (or 0xD528DA) is known color: Deep Magenta. HEX triplet: D5, 28 and DA. RGB value is (213,40,218). Sum of RGB (Red+Green+Blue) = 213+40+218=471 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.22% from 471); Green value is 40 (16.02% from 255 or 8.49% from 471); Blue value is 218 (85.55% from 255 or 46.28% from 471); Max value from RGB is 218 - color contains mainly: blue. Hex color #D528DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D528DA is #2AD725. Grayscale: #6F6F6F. Windows color (decimal): -2807590 or 14297301. OLE color: 14297301.

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

Color convert

RGB 213 40 218 -
CMYK 0.02 0.82 0 0.15
HSL 298.31º 0.71% 0.51% -
HSV(B) 298.31º 0.82% 0.85% -
XYZ 40.85 20.73 68.18 -
YUV 112.02 187.81 200.03 -
System Red Green Blue C M Y K H S L
Decimal 213 40 218 0.02 0.82 0 0.15 298.31 0.71 0.51
Hex D5 28 DA 2 52 0 F 12A 47 33
Octal 325 50 332 2 122 0 17 452 107 63
Binary 11010101 101000 11011010 10 1010010 0 1111 100101010 1000111 110011

Color Harmonies of #D528DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D528DA

Black with #D528DA

Text Example


Text Example

White with #D528DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D528DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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