Html Css Color HEX #D30CDA Deep Magenta

📋 copy color: '#D30CDA'

red 211 ◦ green 12 ◦ blue 218

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

Shades of Deep Magenta #D30CDA

Tints of Deep Magenta #D30CDA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.72%

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

R = 47.85%
G = 2.72%
B = 49.43%

CMYK

 C value IS 0.03

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D30CDA (or 0xD30CDA) is known color: Deep Magenta. HEX triplet: D3, 0C and DA. RGB value is (211,12,218). Sum of RGB (Red+Green+Blue) = 211+12+218=441 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.85% from 441); Green value is 12 (5.08% from 255 or 2.72% from 441); Blue value is 218 (85.55% from 255 or 49.43% from 441); Max value from RGB is 218 - color contains mainly: blue. Hex color #D30CDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D30CDA is #2CF325. Grayscale: #5E5E5E. Windows color (decimal): -2945830 or 14290131. OLE color: 14290131.

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

Color convert

RGB 211 12 218 -
CMYK 0.03 0.94 0 0.15
HSL 297.96º 0.9% 0.45% -
HSV(B) 297.96º 0.94% 0.85% -
XYZ 39.65 19.17 67.94 -
YUV 94.99 197.43 210.75 -
System Red Green Blue C M Y K H S L
Decimal 211 12 218 0.03 0.94 0 0.15 297.96 0.9 0.45
Hex D3 C DA 3 5E 0 F 12A 5A 2D
Octal 323 14 332 3 136 0 17 452 132 55
Binary 11010011 1100 11011010 11 1011110 0 1111 100101010 1011010 101101

Color Harmonies of #D30CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30CDA

Black with #D30CDA

Text Example


Text Example

White with #D30CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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