Html Css Color HEX #D31ADB Deep Magenta

📋 copy color: '#D31ADB'

red 211 ◦ green 26 ◦ blue 219

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

Shades of Deep Magenta #D31ADB

Tints of Deep Magenta #D31ADB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.7%

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

R = 46.27%
G = 5.7%
B = 48.03%

CMYK

 C value IS 0.04

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D31ADB (or 0xD31ADB) is known color: Deep Magenta. HEX triplet: D3, 1A and DB. RGB value is (211,26,219). Sum of RGB (Red+Green+Blue) = 211+26+219=456 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.27% from 456); Green value is 26 (10.55% from 255 or 5.70% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 219 - color contains mainly: blue. Hex color #D31ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D31ADB is #2CE524. Grayscale: #666666. Windows color (decimal): -2942245 or 14359251. OLE color: 14359251.

HSL color Cylindrical-coordinate representation of color #D31ADB: hue angle of 297.51º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D31ADB is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 211 26 219 -
CMYK 0.04 0.88 0 0.14
HSL 297.51º 0.79% 0.48% -
HSV(B) 297.51º 0.88% 0.86% -
XYZ 40.02 19.7 68.71 -
YUV 103.32 193.29 204.81 -
System Red Green Blue C M Y K H S L
Decimal 211 26 219 0.04 0.88 0 0.14 297.51 0.79 0.48
Hex D3 1A DB 4 58 0 E 12A 4F 30
Octal 323 32 333 4 130 0 16 452 117 60
Binary 11010011 11010 11011011 100 1011000 0 1110 100101010 1001111 110000

Color Harmonies of #D31ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31ADB

Black with #D31ADB

Text Example


Text Example

White with #D31ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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