Html Css Color HEX #D30FCE Deep Magenta

📋 copy color: '#D30FCE'

red 211 ◦ green 15 ◦ blue 206

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

Shades of Deep Magenta #D30FCE

Tints of Deep Magenta #D30FCE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.47%

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

R = 48.84%
G = 3.47%
B = 47.69%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#D30FCE (or 0xD30FCE) is known color: Deep Magenta. HEX triplet: D3, 0F and CE. RGB value is (211,15,206). Sum of RGB (Red+Green+Blue) = 211+15+206=432 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.84% from 432); Green value is 15 (6.25% from 255 or 3.47% from 432); Blue value is 206 (80.86% from 255 or 47.69% from 432); Max value from RGB is 211 - color contains mainly: red. Hex color #D30FCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D30FCE is #2CF031. Grayscale: #5E5E5E. Windows color (decimal): -2945074 or 13504467. OLE color: 13504467.

HSL color Cylindrical-coordinate representation of color #D30FCE: hue angle of 301.53º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D30FCE is Cyan = 0, Magento = 0.93, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 15 206 -
CMYK 0 0.93 0.02 0.17
HSL 301.53º 0.87% 0.44% -
HSV(B) 301.53º 0.93% 0.83% -
XYZ 38.18 18.65 59.98 -
YUV 95.38 190.43 210.47 -
System Red Green Blue C M Y K H S L
Decimal 211 15 206 0 0.93 0.02 0.17 301.53 0.87 0.44
Hex D3 F CE 0 5D 2 11 12E 57 2C
Octal 323 17 316 0 135 2 21 456 127 54
Binary 11010011 1111 11001110 0 1011101 10 10001 100101110 1010111 101100

Color Harmonies of #D30FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30FCE

Black with #D30FCE

Text Example


Text Example

White with #D30FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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