Html Css Color HEX #D30BB9 Deep Magenta

📋 copy color: '#D30BB9'

red 211 ◦ green 11 ◦ blue 185

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

Shades of Deep Magenta #D30BB9

Tints of Deep Magenta #D30BB9

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.7%

 BLUE value IS 185 (72.66% from 255) = 45.45%

R = 51.84%
G = 2.7%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#D30BB9 (or 0xD30BB9) is known color: Deep Magenta. HEX triplet: D3, 0B and B9. RGB value is (211,11,185). Sum of RGB (Red+Green+Blue) = 211+11+185=407 (53% of max value = 765). Red value is 211 (82.81% from 255 or 51.84% from 407); Green value is 11 (4.69% from 255 or 2.70% from 407); Blue value is 185 (72.66% from 255 or 45.45% from 407); Max value from RGB is 211 - color contains mainly: red. Hex color #D30BB9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D30BB9 is #2CF446. Grayscale: #5A5A5A. Windows color (decimal): -2946119 or 12127187. OLE color: 12127187.

HSL color Cylindrical-coordinate representation of color #D30BB9: hue angle of 307.8º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D30BB9 is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 11 185 -
CMYK 0 0.95 0.12 0.17
HSL 307.8º 0.9% 0.44% -
HSV(B) 307.8º 0.95% 0.83% -
XYZ 35.74 17.59 47.41 -
YUV 90.64 181.26 213.85 -
System Red Green Blue C M Y K H S L
Decimal 211 11 185 0 0.95 0.12 0.17 307.8 0.9 0.44
Hex D3 B B9 0 5F C 11 134 5A 2C
Octal 323 13 271 0 137 14 21 464 132 54
Binary 11010011 1011 10111001 0 1011111 1100 10001 100110100 1011010 101100

Color Harmonies of #D30BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30BB9

Black with #D30BB9

Text Example


Text Example

White with #D30BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30BB9; }

 p { color: rgb(211,11,185); }

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

background-color css

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

 a { background-color: rgb(211,11,185); }

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

border-color css

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

 span { border-color: rgb(211,11,185); }

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