Html Css Color HEX #D526DB Deep Magenta

📋 copy color: '#D526DB'

red 213 ◦ green 38 ◦ blue 219

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

Shades of Deep Magenta #D526DB

Tints of Deep Magenta #D526DB

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.09%

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

R = 45.32%
G = 8.09%
B = 46.6%

CMYK

 C value IS 0.03

 M value IS 0.83

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D526DB (or 0xD526DB) is known color: Deep Magenta. HEX triplet: D5, 26 and DB. RGB value is (213,38,219). Sum of RGB (Red+Green+Blue) = 213+38+219=470 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.32% from 470); Green value is 38 (15.23% from 255 or 8.09% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 219 - color contains mainly: blue. Hex color #D526DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D526DB is #2AD924. Grayscale: #6E6E6E. Windows color (decimal): -2808101 or 14362325. OLE color: 14362325.

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

Color convert

RGB 213 38 219 -
CMYK 0.03 0.83 0 0.14
HSL 298.01º 0.72% 0.5% -
HSV(B) 298.01º 0.83% 0.86% -
XYZ 40.92 20.65 68.85 -
YUV 110.96 188.98 200.78 -
System Red Green Blue C M Y K H S L
Decimal 213 38 219 0.03 0.83 0 0.14 298.01 0.72 0.5
Hex D5 26 DB 3 53 0 E 12A 48 32
Octal 325 46 333 3 123 0 16 452 110 62
Binary 11010101 100110 11011011 11 1010011 0 1110 100101010 1001000 110010

Color Harmonies of #D526DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D526DB

Black with #D526DB

Text Example


Text Example

White with #D526DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D526DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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