Html Css Color HEX #D813DB Deep Magenta

📋 copy color: '#D813DB'

red 216 ◦ green 19 ◦ blue 219

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

Shades of Deep Magenta #D813DB

Tints of Deep Magenta #D813DB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.19%

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

R = 47.58%
G = 4.19%
B = 48.24%

CMYK

 C value IS 0.01

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D813DB (or 0xD813DB) is known color: Deep Magenta. HEX triplet: D8, 13 and DB. RGB value is (216,19,219). Sum of RGB (Red+Green+Blue) = 216+19+219=454 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.58% from 454); Green value is 19 (7.81% from 255 or 4.19% from 454); Blue value is 219 (85.94% from 255 or 48.24% from 454); Max value from RGB is 219 - color contains mainly: blue. Hex color #D813DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D813DB is #27EC24. Grayscale: #646464. Windows color (decimal): -2616357 or 14357464. OLE color: 14357464.

HSL color Cylindrical-coordinate representation of color #D813DB: hue angle of 299.1º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D813DB is Cyan = 0.01, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 216 19 219 -
CMYK 0.01 0.91 0 0.14
HSL 299.1º 0.84% 0.47% -
HSV(B) 299.1º 0.91% 0.86% -
XYZ 41.34 20.18 68.73 -
YUV 100.7 194.77 210.24 -
System Red Green Blue C M Y K H S L
Decimal 216 19 219 0.01 0.91 0 0.14 299.1 0.84 0.47
Hex D8 13 DB 1 5B 0 E 12B 54 2F
Octal 330 23 333 1 133 0 16 453 124 57
Binary 11011000 10011 11011011 1 1011011 0 1110 100101011 1010100 101111

Color Harmonies of #D813DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D813DB

Black with #D813DB

Text Example


Text Example

White with #D813DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D813DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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