Html Css Color HEX #D825DB Deep Magenta

📋 copy color: '#D825DB'

red 216 ◦ green 37 ◦ blue 219

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

Shades of Deep Magenta #D825DB

Tints of Deep Magenta #D825DB

RGB

 RED value IS 216 (84.77% from 255) = 45.76%

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

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

R = 45.76%
G = 7.84%
B = 46.4%

CMYK

 C value IS 0.01

 M value IS 0.83

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D825DB (or 0xD825DB) is known color: Deep Magenta. HEX triplet: D8, 25 and DB. RGB value is (216,37,219). Sum of RGB (Red+Green+Blue) = 216+37+219=472 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.76% from 472); Green value is 37 (14.84% from 255 or 7.84% 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 #D825DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D825DB is #27DA24. Grayscale: #6E6E6E. Windows color (decimal): -2611749 or 14362072. OLE color: 14362072.

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

Color convert

RGB 216 37 219 -
CMYK 0.01 0.83 0 0.14
HSL 299.01º 0.72% 0.5% -
HSV(B) 299.01º 0.83% 0.86% -
XYZ 41.77 21.04 68.88 -
YUV 111.27 188.8 202.7 -
System Red Green Blue C M Y K H S L
Decimal 216 37 219 0.01 0.83 0 0.14 299.01 0.72 0.5
Hex D8 25 DB 1 53 0 E 12B 48 32
Octal 330 45 333 1 123 0 16 453 110 62
Binary 11011000 100101 11011011 1 1010011 0 1110 100101011 1001000 110010

Color Harmonies of #D825DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D825DB

Black with #D825DB

Text Example


Text Example

White with #D825DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D825DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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