Html Css Color HEX #D308DB Deep Magenta

📋 copy color: '#D308DB'

red 211 ◦ green 8 ◦ blue 219

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

Shades of Deep Magenta #D308DB

Tints of Deep Magenta #D308DB

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.83%

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

R = 48.17%
G = 1.83%
B = 50%

CMYK

 C value IS 0.04

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D308DB (or 0xD308DB) is known color: Deep Magenta. HEX triplet: D3, 08 and DB. RGB value is (211,8,219). Sum of RGB (Red+Green+Blue) = 211+8+219=438 (58% of max value = 765). Red value is 211 (82.81% from 255 or 48.17% from 438); Green value is 8 (3.52% from 255 or 1.83% from 438); Blue value is 219 (85.94% from 255 or 50% from 438); Max value from RGB is 219 - color contains mainly: blue. Hex color #D308DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D308DB is #2CF724. Grayscale: #5C5C5C. Windows color (decimal): -2946853 or 14354643. OLE color: 14354643.

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

Color convert

RGB 211 8 219 -
CMYK 0.04 0.96 0 0.14
HSL 297.73º 0.93% 0.45% -
HSV(B) 297.73º 0.96% 0.86% -
XYZ 39.74 19.14 68.62 -
YUV 92.75 199.25 212.34 -
System Red Green Blue C M Y K H S L
Decimal 211 8 219 0.04 0.96 0 0.14 297.73 0.93 0.45
Hex D3 8 DB 4 60 0 E 12A 5D 2D
Octal 323 10 333 4 140 0 16 452 135 55
Binary 11010011 1000 11011011 100 1100000 0 1110 100101010 1011101 101101

Color Harmonies of #D308DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D308DB

Black with #D308DB

Text Example


Text Example

White with #D308DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D308DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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