Html Css Color HEX #D306B6 Deep Magenta

📋 copy color: '#D306B6'

red 211 ◦ green 6 ◦ blue 182

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

Shades of Deep Magenta #D306B6

Tints of Deep Magenta #D306B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 45.61%

R = 52.88%
G = 1.5%
B = 45.61%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.14

 K value IS 0.17

RGB Variations

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

Color information

#D306B6 (or 0xD306B6) is known color: Deep Magenta. HEX triplet: D3, 06 and B6. RGB value is (211,6,182). Sum of RGB (Red+Green+Blue) = 211+6+182=399 (52% of max value = 765). Red value is 211 (82.81% from 255 or 52.88% from 399); Green value is 6 (2.73% from 255 or 1.50% from 399); Blue value is 182 (71.48% from 255 or 45.61% from 399); Max value from RGB is 211 - color contains mainly: red. Hex color #D306B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D306B6 is #2CF949. Grayscale: #565656. Windows color (decimal): -2947402 or 11929299. OLE color: 11929299.

HSL color Cylindrical-coordinate representation of color #D306B6: hue angle of 308.49º 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 #D306B6 is Cyan = 0, Magento = 0.97, Yellow = 0.14 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 6 182 -
CMYK 0 0.97 0.14 0.17
HSL 308.49º 0.94% 0.43% -
HSV(B) 308.49º 0.97% 0.83% -
XYZ 35.37 17.36 45.74 -
YUV 87.36 181.42 216.19 -
System Red Green Blue C M Y K H S L
Decimal 211 6 182 0 0.97 0.14 0.17 308.49 0.94 0.43
Hex D3 6 B6 0 61 E 11 134 5E 2B
Octal 323 6 266 0 141 16 21 464 136 53
Binary 11010011 110 10110110 0 1100001 1110 10001 100110100 1011110 101011

Color Harmonies of #D306B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D306B6

Black with #D306B6

Text Example


Text Example

White with #D306B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D306B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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