Html Css Color HEX #D302BB Deep Magenta

📋 copy color: '#D302BB'

red 211 ◦ green 2 ◦ blue 187

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

Shades of Deep Magenta #D302BB

Tints of Deep Magenta #D302BB

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.5%

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

R = 52.75%
G = 0.5%
B = 46.75%

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

#D302BB (or 0xD302BB) is known color: Deep Magenta. HEX triplet: D3, 02 and BB. RGB value is (211,2,187). Sum of RGB (Red+Green+Blue) = 211+2+187=400 (52% of max value = 765). Red value is 211 (82.81% from 255 or 52.75% from 400); Green value is 2 (1.17% from 255 or 0.5% from 400); Blue value is 187 (73.44% from 255 or 46.75% from 400); Max value from RGB is 211 - color contains mainly: red. Hex color #D302BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D302BB is #2CFD44. Grayscale: #555555. Windows color (decimal): -2948421 or 12255955. OLE color: 12255955.

HSL color Cylindrical-coordinate representation of color #D302BB: hue angle of 306.89º degrees, saturation: 0.98, 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 #D302BB is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 2 187 -
CMYK 0 0.99 0.11 0.17
HSL 306.89º 0.98% 0.42% -
HSV(B) 306.89º 0.99% 0.83% -
XYZ 35.86 17.48 48.5 -
YUV 85.58 185.24 217.46 -
System Red Green Blue C M Y K H S L
Decimal 211 2 187 0 0.99 0.11 0.17 306.89 0.98 0.42
Hex D3 2 BB 0 63 B 11 133 62 2A
Octal 323 2 273 0 143 13 21 463 142 52
Binary 11010011 10 10111011 0 1100011 1011 10001 100110011 1100010 101010

Color Harmonies of #D302BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D302BB

Black with #D302BB

Text Example


Text Example

White with #D302BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D302BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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