Html Css Color HEX #D30DCE Deep Magenta

📋 copy color: '#D30DCE'

red 211 ◦ green 13 ◦ blue 206

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

Shades of Deep Magenta #D30DCE

Tints of Deep Magenta #D30DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.91%

R = 49.07%
G = 3.02%
B = 47.91%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#D30DCE (or 0xD30DCE) is known color: Deep Magenta. HEX triplet: D3, 0D and CE. RGB value is (211,13,206). Sum of RGB (Red+Green+Blue) = 211+13+206=430 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.07% from 430); Green value is 13 (5.47% from 255 or 3.02% from 430); Blue value is 206 (80.86% from 255 or 47.91% from 430); Max value from RGB is 211 - color contains mainly: red. Hex color #D30DCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D30DCE is #2CF231. Grayscale: #5D5D5D. Windows color (decimal): -2945586 or 13503955. OLE color: 13503955.

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

Color convert

RGB 211 13 206 -
CMYK 0 0.94 0.02 0.17
HSL 301.52º 0.88% 0.44% -
HSV(B) 301.52º 0.94% 0.83% -
XYZ 38.15 18.59 59.97 -
YUV 94.2 191.1 211.31 -
System Red Green Blue C M Y K H S L
Decimal 211 13 206 0 0.94 0.02 0.17 301.52 0.88 0.44
Hex D3 D CE 0 5E 2 11 12E 58 2C
Octal 323 15 316 0 136 2 21 456 130 54
Binary 11010011 1101 11001110 0 1011110 10 10001 100101110 1011000 101100

Color Harmonies of #D30DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30DCE

Black with #D30DCE

Text Example


Text Example

White with #D30DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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