Html Css Color HEX #D30BBE Deep Magenta

📋 copy color: '#D30BBE'

red 211 ◦ green 11 ◦ blue 190

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

Shades of Deep Magenta #D30BBE

Tints of Deep Magenta #D30BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.12%

R = 51.21%
G = 2.67%
B = 46.12%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.10

 K value IS 0.17

RGB Variations

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

Color information

#D30BBE (or 0xD30BBE) is known color: Deep Magenta. HEX triplet: D3, 0B and BE. RGB value is (211,11,190). Sum of RGB (Red+Green+Blue) = 211+11+190=412 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.21% from 412); Green value is 11 (4.69% from 255 or 2.67% from 412); Blue value is 190 (74.61% from 255 or 46.12% from 412); Max value from RGB is 211 - color contains mainly: red. Hex color #D30BBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D30BBE is #2CF441. Grayscale: #5A5A5A. Windows color (decimal): -2946114 or 12454867. OLE color: 12454867.

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

Color convert

RGB 211 11 190 -
CMYK 0 0.95 0.10 0.17
HSL 306.3º 0.9% 0.44% -
HSV(B) 306.3º 0.95% 0.83% -
XYZ 36.28 17.81 50.24 -
YUV 91.21 183.76 213.45 -
System Red Green Blue C M Y K H S L
Decimal 211 11 190 0 0.95 0.10 0.17 306.3 0.9 0.44
Hex D3 B BE 0 5F A 11 132 5A 2C
Octal 323 13 276 0 137 12 21 462 132 54
Binary 11010011 1011 10111110 0 1011111 1010 10001 100110010 1011010 101100

Color Harmonies of #D30BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30BBE

Black with #D30BBE

Text Example


Text Example

White with #D30BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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