Html Css Color HEX #D30CBE Deep Magenta

📋 copy color: '#D30CBE'

red 211 ◦ green 12 ◦ blue 190

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

Shades of Deep Magenta #D30CBE

Tints of Deep Magenta #D30CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46%

R = 51.09%
G = 2.91%
B = 46%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.10

 K value IS 0.17

RGB Variations

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

Color information

#D30CBE (or 0xD30CBE) is known color: Deep Magenta. HEX triplet: D3, 0C and BE. RGB value is (211,12,190). Sum of RGB (Red+Green+Blue) = 211+12+190=413 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.09% from 413); Green value is 12 (5.08% from 255 or 2.91% from 413); Blue value is 190 (74.61% from 255 or 46.00% from 413); Max value from RGB is 211 - color contains mainly: red. Hex color #D30CBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D30CBE is #2CF341. Grayscale: #5B5B5B. Windows color (decimal): -2945858 or 12455123. OLE color: 12455123.

HSL color Cylindrical-coordinate representation of color #D30CBE: hue angle of 306.33º degrees, saturation: 0.89, 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 #D30CBE is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 12 190 -
CMYK 0 0.94 0.10 0.17
HSL 306.33º 0.89% 0.44% -
HSV(B) 306.33º 0.94% 0.83% -
XYZ 36.29 17.83 50.24 -
YUV 91.79 183.43 213.03 -
System Red Green Blue C M Y K H S L
Decimal 211 12 190 0 0.94 0.10 0.17 306.33 0.89 0.44
Hex D3 C BE 0 5E A 11 132 59 2C
Octal 323 14 276 0 136 12 21 462 131 54
Binary 11010011 1100 10111110 0 1011110 1010 10001 100110010 1011001 101100

Color Harmonies of #D30CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30CBE

Black with #D30CBE

Text Example


Text Example

White with #D30CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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