Html Css Color HEX #D306AC Deep Magenta

📋 copy color: '#D306AC'

red 211 ◦ green 6 ◦ blue 172

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

Shades of Deep Magenta #D306AC

Tints of Deep Magenta #D306AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 44.22%

R = 54.24%
G = 1.54%
B = 44.22%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#D306AC (or 0xD306AC) is known color: Deep Magenta. HEX triplet: D3, 06 and AC. RGB value is (211,6,172). Sum of RGB (Red+Green+Blue) = 211+6+172=389 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.24% from 389); Green value is 6 (2.73% from 255 or 1.54% from 389); Blue value is 172 (67.58% from 255 or 44.22% from 389); Max value from RGB is 211 - color contains mainly: red. Hex color #D306AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D306AC is #2CF953. Grayscale: #555555. Windows color (decimal): -2947412 or 11273939. OLE color: 11273939.

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

Color convert

RGB 211 6 172 -
CMYK 0 0.97 0.18 0.17
HSL 311.41º 0.94% 0.43% -
HSV(B) 311.41º 0.97% 0.83% -
XYZ 34.38 16.96 40.49 -
YUV 86.22 176.42 217 -
System Red Green Blue C M Y K H S L
Decimal 211 6 172 0 0.97 0.18 0.17 311.41 0.94 0.43
Hex D3 6 AC 0 61 12 11 137 5E 2B
Octal 323 6 254 0 141 22 21 467 136 53
Binary 11010011 110 10101100 0 1100001 10010 10001 100110111 1011110 101011

Color Harmonies of #D306AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D306AC

Black with #D306AC

Text Example


Text Example

White with #D306AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D306AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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