Html Css Color HEX #D325DB Deep Magenta

📋 copy color: '#D325DB'

red 211 ◦ green 37 ◦ blue 219

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

Shades of Deep Magenta #D325DB

Tints of Deep Magenta #D325DB

RGB

 RED value IS 211 (82.81% from 255) = 45.18%

 GREEN value IS 37 (14.84% from 255) = 7.92%

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

R = 45.18%
G = 7.92%
B = 46.9%

CMYK

 C value IS 0.04

 M value IS 0.83

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D325DB (or 0xD325DB) is known color: Deep Magenta. HEX triplet: D3, 25 and DB. RGB value is (211,37,219). Sum of RGB (Red+Green+Blue) = 211+37+219=467 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.18% from 467); Green value is 37 (14.84% from 255 or 7.92% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 219 - color contains mainly: blue. Hex color #D325DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D325DB is #2CDA24. Grayscale: #6D6D6D. Windows color (decimal): -2939429 or 14362067. OLE color: 14362067.

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

Color convert

RGB 211 37 219 -
CMYK 0.04 0.83 0 0.14
HSL 297.36º 0.72% 0.5% -
HSV(B) 297.36º 0.83% 0.86% -
XYZ 40.31 20.29 68.81 -
YUV 109.77 189.65 200.2 -
System Red Green Blue C M Y K H S L
Decimal 211 37 219 0.04 0.83 0 0.14 297.36 0.72 0.5
Hex D3 25 DB 4 53 0 E 129 48 32
Octal 323 45 333 4 123 0 16 451 110 62
Binary 11010011 100101 11011011 100 1010011 0 1110 100101001 1001000 110010

Color Harmonies of #D325DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D325DB

Black with #D325DB

Text Example


Text Example

White with #D325DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D325DB; }

 p { color: rgb(211,37,219); }

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

background-color css

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

 a { background-color: rgb(211,37,219); }

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

border-color css

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

 span { border-color: rgb(211,37,219); }

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