Html Css Color HEX #D306DF Deep Magenta

📋 copy color: '#D306DF'

red 211 ◦ green 6 ◦ blue 223

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

Shades of Deep Magenta #D306DF

Tints of Deep Magenta #D306DF

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.36%

 BLUE value IS 223 (87.5% from 255) = 50.68%

R = 47.95%
G = 1.36%
B = 50.68%

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

#D306DF (or 0xD306DF) is known color: Deep Magenta. HEX triplet: D3, 06 and DF. RGB value is (211,6,223). Sum of RGB (Red+Green+Blue) = 211+6+223=440 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.95% from 440); Green value is 6 (2.73% from 255 or 1.36% from 440); Blue value is 223 (87.5% from 255 or 50.68% from 440); Max value from RGB is 223 - color contains mainly: blue. Hex color #D306DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D306DF is #2CF920. Grayscale: #5B5B5B. Windows color (decimal): -2947361 or 14616275. OLE color: 14616275.

HSL color Cylindrical-coordinate representation of color #D306DF: hue angle of 296.68º degrees, saturation: 0.95, 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 #D306DF is Cyan = 0.05, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 211 6 223 -
CMYK 0.05 0.97 0 0.13
HSL 296.68º 0.95% 0.45% -
HSV(B) 296.68º 0.97% 0.87% -
XYZ 40.25 19.31 71.42 -
YUV 92.03 201.92 212.86 -
System Red Green Blue C M Y K H S L
Decimal 211 6 223 0.05 0.97 0 0.13 296.68 0.95 0.45
Hex D3 6 DF 5 61 0 D 129 5F 2D
Octal 323 6 337 5 141 0 15 451 137 55
Binary 11010011 110 11011111 101 1100001 0 1101 100101001 1011111 101101

Color Harmonies of #D306DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D306DF

Black with #D306DF

Text Example


Text Example

White with #D306DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D306DF; }

 p { color: rgb(211,6,223); }

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

background-color css

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

 a { background-color: rgb(211,6,223); }

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

border-color css

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

 span { border-color: rgb(211,6,223); }

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