Html Css Color HEX #D303BB Deep Magenta

📋 copy color: '#D303BB'

red 211 ◦ green 3 ◦ blue 187

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

Shades of Deep Magenta #D303BB

Tints of Deep Magenta #D303BB

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.75%

 BLUE value IS 187 (73.44% from 255) = 46.63%

R = 52.62%
G = 0.75%
B = 46.63%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.11

 K value IS 0.17

RGB Variations

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

Color information

#D303BB (or 0xD303BB) is known color: Deep Magenta. HEX triplet: D3, 03 and BB. RGB value is (211,3,187). Sum of RGB (Red+Green+Blue) = 211+3+187=401 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.62% from 401); Green value is 3 (1.56% from 255 or 0.75% from 401); Blue value is 187 (73.44% from 255 or 46.63% from 401); Max value from RGB is 211 - color contains mainly: red. Hex color #D303BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D303BB is #2CFC44. Grayscale: #555555. Windows color (decimal): -2948165 or 12256211. OLE color: 12256211.

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

Color convert

RGB 211 3 187 -
CMYK 0 0.99 0.11 0.17
HSL 306.92º 0.97% 0.42% -
HSV(B) 306.92º 0.99% 0.83% -
XYZ 35.87 17.5 48.5 -
YUV 86.17 184.91 217.04 -
System Red Green Blue C M Y K H S L
Decimal 211 3 187 0 0.99 0.11 0.17 306.92 0.97 0.42
Hex D3 3 BB 0 63 B 11 133 61 2A
Octal 323 3 273 0 143 13 21 463 141 52
Binary 11010011 11 10111011 0 1100011 1011 10001 100110011 1100001 101010

Color Harmonies of #D303BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D303BB

Black with #D303BB

Text Example


Text Example

White with #D303BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D303BB; }

 p { color: rgb(211,3,187); }

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

background-color css

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

 a { background-color: rgb(211,3,187); }

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

border-color css

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

 span { border-color: rgb(211,3,187); }

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