Html Css Color HEX #D306B7 Deep Magenta

📋 copy color: '#D306B7'

red 211 ◦ green 6 ◦ blue 183

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

Shades of Deep Magenta #D306B7

Tints of Deep Magenta #D306B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 45.75%

R = 52.75%
G = 1.5%
B = 45.75%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.13

 K value IS 0.17

RGB Variations

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

Color information

#D306B7 (or 0xD306B7) is known color: Deep Magenta. HEX triplet: D3, 06 and B7. RGB value is (211,6,183). Sum of RGB (Red+Green+Blue) = 211+6+183=400 (52% of max value = 765). Red value is 211 (82.81% from 255 or 52.75% from 400); Green value is 6 (2.73% from 255 or 1.5% from 400); Blue value is 183 (71.88% from 255 or 45.75% from 400); Max value from RGB is 211 - color contains mainly: red. Hex color #D306B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D306B7 is #2CF948. Grayscale: #565656. Windows color (decimal): -2947401 or 11994835. OLE color: 11994835.

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

Color convert

RGB 211 6 183 -
CMYK 0 0.97 0.13 0.17
HSL 308.2º 0.94% 0.43% -
HSV(B) 308.2º 0.97% 0.83% -
XYZ 35.48 17.4 46.29 -
YUV 87.47 181.92 216.11 -
System Red Green Blue C M Y K H S L
Decimal 211 6 183 0 0.97 0.13 0.17 308.2 0.94 0.43
Hex D3 6 B7 0 61 D 11 134 5E 2B
Octal 323 6 267 0 141 15 21 464 136 53
Binary 11010011 110 10110111 0 1100001 1101 10001 100110100 1011110 101011

Color Harmonies of #D306B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D306B7

Black with #D306B7

Text Example


Text Example

White with #D306B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D306B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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