Html Css Color HEX #D30CE1 Deep Magenta

📋 copy color: '#D30CE1'

red 211 ◦ green 12 ◦ blue 225

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

Shades of Deep Magenta #D30CE1

Tints of Deep Magenta #D30CE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 50.22%

R = 47.1%
G = 2.68%
B = 50.22%

CMYK

 C value IS 0.06

 M value IS 0.95

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D30CE1 (or 0xD30CE1) is known color: Deep Magenta. HEX triplet: D3, 0C and E1. RGB value is (211,12,225). Sum of RGB (Red+Green+Blue) = 211+12+225=448 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.10% from 448); Green value is 12 (5.08% from 255 or 2.68% from 448); Blue value is 225 (88.28% from 255 or 50.22% from 448); Max value from RGB is 225 - color contains mainly: blue. Hex color #D30CE1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D30CE1 is #2CF31E. Grayscale: #5F5F5F. Windows color (decimal): -2945823 or 14748883. OLE color: 14748883.

HSL color Cylindrical-coordinate representation of color #D30CE1: hue angle of 296.06º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D30CE1 is Cyan = 0.06, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 211 12 225 -
CMYK 0.06 0.95 0 0.12
HSL 296.06º 0.9% 0.46% -
HSV(B) 296.06º 0.95% 0.88% -
XYZ 40.59 19.55 72.87 -
YUV 95.78 200.93 210.18 -
System Red Green Blue C M Y K H S L
Decimal 211 12 225 0.06 0.95 0 0.12 296.06 0.9 0.46
Hex D3 C E1 6 5F 0 C 128 5A 2E
Octal 323 14 341 6 137 0 14 450 132 56
Binary 11010011 1100 11100001 110 1011111 0 1100 100101000 1011010 101110

Color Harmonies of #D30CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30CE1

Black with #D30CE1

Text Example


Text Example

White with #D30CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30CE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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