Html Css Color HEX #D30ECF Deep Magenta

📋 copy color: '#D30ECF'

red 211 ◦ green 14 ◦ blue 207

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

Shades of Deep Magenta #D30ECF

Tints of Deep Magenta #D30ECF

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.24%

 BLUE value IS 207 (81.25% from 255) = 47.92%

R = 48.84%
G = 3.24%
B = 47.92%

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

#D30ECF (or 0xD30ECF) is known color: Deep Magenta. HEX triplet: D3, 0E and CF. RGB value is (211,14,207). Sum of RGB (Red+Green+Blue) = 211+14+207=432 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.84% from 432); Green value is 14 (5.86% from 255 or 3.24% from 432); Blue value is 207 (81.25% from 255 or 47.92% from 432); Max value from RGB is 211 - color contains mainly: red. Hex color #D30ECF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D30ECF is #2CF130. Grayscale: #5E5E5E. Windows color (decimal): -2945329 or 13569747. OLE color: 13569747.

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

Color convert

RGB 211 14 207 -
CMYK 0 0.93 0.02 0.17
HSL 301.22º 0.88% 0.44% -
HSV(B) 301.22º 0.93% 0.83% -
XYZ 38.28 18.67 60.62 -
YUV 94.91 191.27 210.81 -
System Red Green Blue C M Y K H S L
Decimal 211 14 207 0 0.93 0.02 0.17 301.22 0.88 0.44
Hex D3 E CF 0 5D 2 11 12D 58 2C
Octal 323 16 317 0 135 2 21 455 130 54
Binary 11010011 1110 11001111 0 1011101 10 10001 100101101 1011000 101100

Color Harmonies of #D30ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30ECF

Black with #D30ECF

Text Example


Text Example

White with #D30ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30ECF; }

 p { color: rgb(211,14,207); }

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

background-color css

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

 a { background-color: rgb(211,14,207); }

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

border-color css

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

 span { border-color: rgb(211,14,207); }

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