Html Css Color HEX #D31ECB Deep Magenta

📋 copy color: '#D31ECB'

red 211 ◦ green 30 ◦ blue 203

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

Shades of Deep Magenta #D31ECB

Tints of Deep Magenta #D31ECB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.76%

 BLUE value IS 203 (79.69% from 255) = 45.72%

R = 47.52%
G = 6.76%
B = 45.72%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D31ECB (or 0xD31ECB) is known color: Deep Magenta. HEX triplet: D3, 1E and CB. RGB value is (211,30,203). Sum of RGB (Red+Green+Blue) = 211+30+203=444 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.52% from 444); Green value is 30 (12.11% from 255 or 6.76% from 444); Blue value is 203 (79.69% from 255 or 45.72% from 444); Max value from RGB is 211 - color contains mainly: red. Hex color #D31ECB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D31ECB is #2CE134. Grayscale: #676767. Windows color (decimal): -2941237 or 13311699. OLE color: 13311699.

HSL color Cylindrical-coordinate representation of color #D31ECB: hue angle of 302.65º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D31ECB is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 30 203 -
CMYK 0 0.86 0.04 0.17
HSL 302.65º 0.75% 0.47% -
HSV(B) 302.65º 0.86% 0.83% -
XYZ 38.11 19.09 58.18 -
YUV 103.84 183.97 204.43 -
System Red Green Blue C M Y K H S L
Decimal 211 30 203 0 0.86 0.04 0.17 302.65 0.75 0.47
Hex D3 1E CB 0 56 4 11 12F 4B 2F
Octal 323 36 313 0 126 4 21 457 113 57
Binary 11010011 11110 11001011 0 1010110 100 10001 100101111 1001011 101111

Color Harmonies of #D31ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31ECB

Black with #D31ECB

Text Example


Text Example

White with #D31ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31ECB; }

 p { color: rgb(211,30,203); }

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

background-color css

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

 a { background-color: rgb(211,30,203); }

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

border-color css

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

 span { border-color: rgb(211,30,203); }

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