Html Css Color HEX #D30DBA Deep Magenta

📋 copy color: '#D30DBA'

red 211 ◦ green 13 ◦ blue 186

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

Shades of Deep Magenta #D30DBA

Tints of Deep Magenta #D30DBA

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.17%

 BLUE value IS 186 (73.05% from 255) = 45.37%

R = 51.46%
G = 3.17%
B = 45.37%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#D30DBA (or 0xD30DBA) is known color: Deep Magenta. HEX triplet: D3, 0D and BA. RGB value is (211,13,186). Sum of RGB (Red+Green+Blue) = 211+13+186=410 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.46% from 410); Green value is 13 (5.47% from 255 or 3.17% from 410); Blue value is 186 (73.05% from 255 or 45.37% from 410); Max value from RGB is 211 - color contains mainly: red. Hex color #D30DBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D30DBA is #2CF245. Grayscale: #5B5B5B. Windows color (decimal): -2945606 or 12193235. OLE color: 12193235.

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

Color convert

RGB 211 13 186 -
CMYK 0 0.94 0.12 0.17
HSL 307.58º 0.88% 0.44% -
HSV(B) 307.58º 0.94% 0.83% -
XYZ 35.87 17.68 47.98 -
YUV 91.92 181.1 212.93 -
System Red Green Blue C M Y K H S L
Decimal 211 13 186 0 0.94 0.12 0.17 307.58 0.88 0.44
Hex D3 D BA 0 5E C 11 134 58 2C
Octal 323 15 272 0 136 14 21 464 130 54
Binary 11010011 1101 10111010 0 1011110 1100 10001 100110100 1011000 101100

Color Harmonies of #D30DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30DBA

Black with #D30DBA

Text Example


Text Example

White with #D30DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30DBA; }

 p { color: rgb(211,13,186); }

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

background-color css

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

 a { background-color: rgb(211,13,186); }

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

border-color css

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

 span { border-color: rgb(211,13,186); }

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