Html Css Color HEX #D309DB Deep Magenta

📋 copy color: '#D309DB'

red 211 ◦ green 9 ◦ blue 219

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

Shades of Deep Magenta #D309DB

Tints of Deep Magenta #D309DB

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.05%

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

R = 48.06%
G = 2.05%
B = 49.89%

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

#D309DB (or 0xD309DB) is known color: Deep Magenta. HEX triplet: D3, 09 and DB. RGB value is (211,9,219). Sum of RGB (Red+Green+Blue) = 211+9+219=439 (58% of max value = 765). Red value is 211 (82.81% from 255 or 48.06% from 439); Green value is 9 (3.91% from 255 or 2.05% from 439); Blue value is 219 (85.94% from 255 or 49.89% from 439); Max value from RGB is 219 - color contains mainly: blue. Hex color #D309DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D309DB is #2CF624. Grayscale: #5C5C5C. Windows color (decimal): -2946597 or 14354899. OLE color: 14354899.

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

Color convert

RGB 211 9 219 -
CMYK 0.04 0.96 0 0.14
HSL 297.71º 0.92% 0.45% -
HSV(B) 297.71º 0.96% 0.86% -
XYZ 39.75 19.16 68.62 -
YUV 93.34 198.92 211.92 -
System Red Green Blue C M Y K H S L
Decimal 211 9 219 0.04 0.96 0 0.14 297.71 0.92 0.45
Hex D3 9 DB 4 60 0 E 12A 5C 2D
Octal 323 11 333 4 140 0 16 452 134 55
Binary 11010011 1001 11011011 100 1100000 0 1110 100101010 1011100 101101

Color Harmonies of #D309DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D309DB

Black with #D309DB

Text Example


Text Example

White with #D309DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D309DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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