Html Css Color HEX #D300DB Deep Magenta

📋 copy color: '#D300DB'

red 211 ◦ green 0 ◦ blue 219

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

Shades of Deep Magenta #D300DB

Tints of Deep Magenta #D300DB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 49.07%
G = 0%
B = 50.93%

CMYK

 C value IS 0.04

 M value IS 1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D300DB (or 0xD300DB) is known color: Deep Magenta. HEX triplet: D3, 00 and DB. RGB value is (211,0,219). Sum of RGB (Red+Green+Blue) = 211+0+219=430 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.07% from 430); Green value is 0 (0.39% from 255 or 0% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #D300DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D300DB is #2CFF24. Grayscale: #575757. Windows color (decimal): -2948901 or 14352595. OLE color: 14352595.

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

Color convert

RGB 211 0 219 -
CMYK 0.04 1 0 0.14
HSL 297.81º 1% 0.43% -
HSV(B) 297.81º 1% 0.86% -
XYZ 39.65 18.96 68.59 -
YUV 88.06 201.9 215.69 -
System Red Green Blue C M Y K H S L
Decimal 211 0 219 0.04 1 0 0.14 297.81 1 0.43
Hex D3 0 DB 4 64 0 E 12A 64 2B
Octal 323 0 333 4 144 0 16 452 144 53
Binary 11010011 0 11011011 100 1100100 0 1110 100101010 1100100 101011

Color Harmonies of #D300DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D300DB

Black with #D300DB

Text Example


Text Example

White with #D300DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D300DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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