Html Css Color HEX #D306CB Deep Magenta

📋 copy color: '#D306CB'

red 211 ◦ green 6 ◦ blue 203

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

Shades of Deep Magenta #D306CB

Tints of Deep Magenta #D306CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 48.33%

R = 50.24%
G = 1.43%
B = 48.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D306CB (or 0xD306CB) is known color: Deep Magenta. HEX triplet: D3, 06 and CB. RGB value is (211,6,203). Sum of RGB (Red+Green+Blue) = 211+6+203=420 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.24% from 420); Green value is 6 (2.73% from 255 or 1.43% from 420); Blue value is 203 (79.69% from 255 or 48.33% from 420); Max value from RGB is 211 - color contains mainly: red. Hex color #D306CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D306CB is #2CF934. Grayscale: #595959. Windows color (decimal): -2947381 or 13305555. OLE color: 13305555.

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

Color convert

RGB 211 6 203 -
CMYK 0 0.97 0.04 0.17
HSL 302.34º 0.94% 0.43% -
HSV(B) 302.34º 0.97% 0.83% -
XYZ 37.71 18.29 58.04 -
YUV 89.75 191.92 214.48 -
System Red Green Blue C M Y K H S L
Decimal 211 6 203 0 0.97 0.04 0.17 302.34 0.94 0.43
Hex D3 6 CB 0 61 4 11 12E 5E 2B
Octal 323 6 313 0 141 4 21 456 136 53
Binary 11010011 110 11001011 0 1100001 100 10001 100101110 1011110 101011

Color Harmonies of #D306CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D306CB

Black with #D306CB

Text Example


Text Example

White with #D306CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D306CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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