Html Css Color HEX #D313DB Deep Magenta

📋 copy color: '#D313DB'

red 211 ◦ green 19 ◦ blue 219

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

Shades of Deep Magenta #D313DB

Tints of Deep Magenta #D313DB

RGB

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

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

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

R = 46.99%
G = 4.23%
B = 48.78%

CMYK

 C value IS 0.04

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D313DB (or 0xD313DB) is known color: Deep Magenta. HEX triplet: D3, 13 and DB. RGB value is (211,19,219). Sum of RGB (Red+Green+Blue) = 211+19+219=449 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.99% from 449); Green value is 19 (7.81% from 255 or 4.23% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 219 - color contains mainly: blue. Hex color #D313DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D313DB is #2CEC24. Grayscale: #626262. Windows color (decimal): -2944037 or 14357459. OLE color: 14357459.

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

Color convert

RGB 211 19 219 -
CMYK 0.04 0.91 0 0.14
HSL 297.6º 0.84% 0.47% -
HSV(B) 297.6º 0.91% 0.86% -
XYZ 39.88 19.43 68.67 -
YUV 99.21 195.61 207.74 -
System Red Green Blue C M Y K H S L
Decimal 211 19 219 0.04 0.91 0 0.14 297.6 0.84 0.47
Hex D3 13 DB 4 5B 0 E 12A 54 2F
Octal 323 23 333 4 133 0 16 452 124 57
Binary 11010011 10011 11011011 100 1011011 0 1110 100101010 1010100 101111

Color Harmonies of #D313DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D313DB

Black with #D313DB

Text Example


Text Example

White with #D313DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D313DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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