Html Css Color HEX #D30BDA Deep Magenta

📋 copy color: '#D30BDA'

red 211 ◦ green 11 ◦ blue 218

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

Shades of Deep Magenta #D30BDA

Tints of Deep Magenta #D30BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 49.55%

R = 47.95%
G = 2.5%
B = 49.55%

CMYK

 C value IS 0.03

 M value IS 0.95

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D30BDA (or 0xD30BDA) is known color: Deep Magenta. HEX triplet: D3, 0B and DA. RGB value is (211,11,218). Sum of RGB (Red+Green+Blue) = 211+11+218=440 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.95% from 440); Green value is 11 (4.69% from 255 or 2.5% from 440); Blue value is 218 (85.55% from 255 or 49.55% from 440); Max value from RGB is 218 - color contains mainly: blue. Hex color #D30BDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D30BDA is #2CF425. Grayscale: #5D5D5D. Windows color (decimal): -2946086 or 14289875. OLE color: 14289875.

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

Color convert

RGB 211 11 218 -
CMYK 0.03 0.95 0 0.15
HSL 297.97º 0.9% 0.45% -
HSV(B) 297.97º 0.95% 0.85% -
XYZ 39.64 19.15 67.94 -
YUV 94.4 197.76 211.17 -
System Red Green Blue C M Y K H S L
Decimal 211 11 218 0.03 0.95 0 0.15 297.97 0.9 0.45
Hex D3 B DA 3 5F 0 F 12A 5A 2D
Octal 323 13 332 3 137 0 17 452 132 55
Binary 11010011 1011 11011010 11 1011111 0 1111 100101010 1011010 101101

Color Harmonies of #D30BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30BDA

Black with #D30BDA

Text Example


Text Example

White with #D30BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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