Html Css Color HEX #D30BDB Deep Magenta

📋 copy color: '#D30BDB'

red 211 ◦ green 11 ◦ blue 219

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

Shades of Deep Magenta #D30BDB

Tints of Deep Magenta #D30BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.66%

R = 47.85%
G = 2.49%
B = 49.66%

CMYK

 C value IS 0.04

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D30BDB (or 0xD30BDB) is known color: Deep Magenta. HEX triplet: D3, 0B and DB. RGB value is (211,11,219). Sum of RGB (Red+Green+Blue) = 211+11+219=441 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.85% from 441); Green value is 11 (4.69% from 255 or 2.49% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #D30BDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D30BDB is #2CF424. Grayscale: #5D5D5D. Windows color (decimal): -2946085 or 14355411. OLE color: 14355411.

HSL color Cylindrical-coordinate representation of color #D30BDB: hue angle of 297.69º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D30BDB is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 211 11 219 -
CMYK 0.04 0.95 0 0.14
HSL 297.69º 0.9% 0.45% -
HSV(B) 297.69º 0.95% 0.86% -
XYZ 39.77 19.2 68.63 -
YUV 94.51 198.26 211.09 -
System Red Green Blue C M Y K H S L
Decimal 211 11 219 0.04 0.95 0 0.14 297.69 0.9 0.45
Hex D3 B DB 4 5F 0 E 12A 5A 2D
Octal 323 13 333 4 137 0 16 452 132 55
Binary 11010011 1011 11011011 100 1011111 0 1110 100101010 1011010 101101

Color Harmonies of #D30BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30BDB

Black with #D30BDB

Text Example


Text Example

White with #D30BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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