Html Css Color HEX #D307DD Deep Magenta

📋 copy color: '#D307DD'

red 211 ◦ green 7 ◦ blue 221

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

Shades of Deep Magenta #D307DD

Tints of Deep Magenta #D307DD

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.59%

 BLUE value IS 221 (86.72% from 255) = 50.34%

R = 48.06%
G = 1.59%
B = 50.34%

CMYK

 C value IS 0.05

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D307DD (or 0xD307DD) is known color: Deep Magenta. HEX triplet: D3, 07 and DD. RGB value is (211,7,221). Sum of RGB (Red+Green+Blue) = 211+7+221=439 (58% of max value = 765). Red value is 211 (82.81% from 255 or 48.06% from 439); Green value is 7 (3.12% from 255 or 1.59% from 439); Blue value is 221 (86.72% from 255 or 50.34% from 439); Max value from RGB is 221 - color contains mainly: blue. Hex color #D307DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D307DD is #2CF822. Grayscale: #5B5B5B. Windows color (decimal): -2947107 or 14485459. OLE color: 14485459.

HSL color Cylindrical-coordinate representation of color #D307DD: hue angle of 297.2º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D307DD is Cyan = 0.05, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 211 7 221 -
CMYK 0.05 0.97 0 0.13
HSL 297.2º 0.94% 0.45% -
HSV(B) 297.2º 0.97% 0.87% -
XYZ 39.99 19.22 70.01 -
YUV 92.39 200.59 212.6 -
System Red Green Blue C M Y K H S L
Decimal 211 7 221 0.05 0.97 0 0.13 297.2 0.94 0.45
Hex D3 7 DD 5 61 0 D 129 5E 2D
Octal 323 7 335 5 141 0 15 451 136 55
Binary 11010011 111 11011101 101 1100001 0 1101 100101001 1011110 101101

Color Harmonies of #D307DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D307DD

Black with #D307DD

Text Example


Text Example

White with #D307DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D307DD; }

 p { color: rgb(211,7,221); }

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

background-color css

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

 a { background-color: rgb(211,7,221); }

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

border-color css

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

 span { border-color: rgb(211,7,221); }

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