Html Css Color HEX #D527DB Deep Magenta

📋 copy color: '#D527DB'

red 213 ◦ green 39 ◦ blue 219

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

Shades of Deep Magenta #D527DB

Tints of Deep Magenta #D527DB

RGB

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

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

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

R = 45.22%
G = 8.28%
B = 46.5%

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

#D527DB (or 0xD527DB) is known color: Deep Magenta. HEX triplet: D5, 27 and DB. RGB value is (213,39,219). Sum of RGB (Red+Green+Blue) = 213+39+219=471 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.22% from 471); Green value is 39 (15.62% from 255 or 8.28% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 219 - color contains mainly: blue. Hex color #D527DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D527DB is #2AD824. Grayscale: #6F6F6F. Windows color (decimal): -2807845 or 14362581. OLE color: 14362581.

HSL color Cylindrical-coordinate representation of color #D527DB: hue angle of 298º 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 #D527DB is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 213 39 219 -
CMYK 0.03 0.82 0 0.14
HSL 298º 0.71% 0.51% -
HSV(B) 298º 0.82% 0.86% -
XYZ 40.95 20.71 68.86 -
YUV 111.55 188.65 200.36 -
System Red Green Blue C M Y K H S L
Decimal 213 39 219 0.03 0.82 0 0.14 298 0.71 0.51
Hex D5 27 DB 3 52 0 E 12A 47 33
Octal 325 47 333 3 122 0 16 452 107 63
Binary 11010101 100111 11011011 11 1010010 0 1110 100101010 1000111 110011

Color Harmonies of #D527DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D527DB

Black with #D527DB

Text Example


Text Example

White with #D527DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D527DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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