Html Css Color HEX #D300D7 Deep Magenta

📋 copy color: '#D300D7'

red 211 ◦ green 0 ◦ blue 215

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

Shades of Deep Magenta #D300D7

Tints of Deep Magenta #D300D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 50.47%

R = 49.53%
G = 0%
B = 50.47%

CMYK

 C value IS 0.02

 M value IS 1

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D300D7 (or 0xD300D7) is known color: Deep Magenta. HEX triplet: D3, 00 and D7. RGB value is (211,0,215). Sum of RGB (Red+Green+Blue) = 211+0+215=426 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.53% from 426); Green value is 0 (0.39% from 255 or 0% from 426); Blue value is 215 (84.38% from 255 or 50.47% from 426); Max value from RGB is 215 - color contains mainly: blue. Hex color #D300D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D300D7 is #2CFF28. Grayscale: #565656. Windows color (decimal): -2948905 or 14090451. OLE color: 14090451.

HSL color Cylindrical-coordinate representation of color #D300D7: hue angle of 298.88º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D300D7 is Cyan = 0.02, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 211 0 215 -
CMYK 0.02 1 0 0.16
HSL 298.88º 1% 0.42% -
HSV(B) 298.88º 1% 0.84% -
XYZ 39.13 18.76 65.85 -
YUV 87.6 199.9 216.02 -
System Red Green Blue C M Y K H S L
Decimal 211 0 215 0.02 1 0 0.16 298.88 1 0.42
Hex D3 0 D7 2 64 0 10 12B 64 2A
Octal 323 0 327 2 144 0 20 453 144 52
Binary 11010011 0 11010111 10 1100100 0 10000 100101011 1100100 101010

Color Harmonies of #D300D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D300D7

Black with #D300D7

Text Example


Text Example

White with #D300D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D300D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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