Html Css Color HEX #D303DB Deep Magenta

📋 copy color: '#D303DB'

red 211 ◦ green 3 ◦ blue 219

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

Shades of Deep Magenta #D303DB

Tints of Deep Magenta #D303DB

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.69%

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

R = 48.73%
G = 0.69%
B = 50.58%

CMYK

 C value IS 0.04

 M value IS 0.99

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D303DB (or 0xD303DB) is known color: Deep Magenta. HEX triplet: D3, 03 and DB. RGB value is (211,3,219). Sum of RGB (Red+Green+Blue) = 211+3+219=433 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.73% from 433); Green value is 3 (1.56% from 255 or 0.69% from 433); Blue value is 219 (85.94% from 255 or 50.58% from 433); Max value from RGB is 219 - color contains mainly: blue. Hex color #D303DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D303DB is #2CFC24. Grayscale: #595959. Windows color (decimal): -2948133 or 14353363. OLE color: 14353363.

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

Color convert

RGB 211 3 219 -
CMYK 0.04 0.99 0 0.14
HSL 297.78º 0.97% 0.44% -
HSV(B) 297.78º 0.99% 0.86% -
XYZ 39.68 19.03 68.6 -
YUV 89.82 200.91 214.44 -
System Red Green Blue C M Y K H S L
Decimal 211 3 219 0.04 0.99 0 0.14 297.78 0.97 0.44
Hex D3 3 DB 4 63 0 E 12A 61 2C
Octal 323 3 333 4 143 0 16 452 141 54
Binary 11010011 11 11011011 100 1100011 0 1110 100101010 1100001 101100

Color Harmonies of #D303DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D303DB

Black with #D303DB

Text Example


Text Example

White with #D303DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D303DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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