Html Css Color HEX #D131E1 Medium Orchid

📋 copy color: '#D131E1'

red 209 ◦ green 49 ◦ blue 225

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

Shades of Medium Orchid #D131E1

Tints of Medium Orchid #D131E1

RGB

 RED value IS 209 (82.03% from 255) = 43.27%

 GREEN value IS 49 (19.53% from 255) = 10.14%

 BLUE value IS 225 (88.28% from 255) = 46.58%

R = 43.27%
G = 10.14%
B = 46.58%

CMYK

 C value IS 0.07

 M value IS 0.78

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D131E1 (or 0xD131E1) is known color: Medium Orchid. HEX triplet: D1, 31 and E1. RGB value is (209,49,225). Sum of RGB (Red+Green+Blue) = 209+49+225=483 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.27% from 483); Green value is 49 (19.53% from 255 or 10.14% from 483); Blue value is 225 (88.28% from 255 or 46.58% from 483); Max value from RGB is 225 - color contains mainly: blue. Hex color #D131E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D131E1 is #2ECE1E. Grayscale: #747474. Windows color (decimal): -3067423 or 14758353. OLE color: 14758353.

HSL color Cylindrical-coordinate representation of color #D131E1: hue angle of 294.55º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D131E1 is Cyan = 0.07, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 209 49 225 -
CMYK 0.07 0.78 0 0.12
HSL 294.55º 0.75% 0.54% -
HSV(B) 294.55º 0.78% 0.88% -
XYZ 40.98 21.19 73.16 -
YUV 116.9 189.01 193.69 -
System Red Green Blue C M Y K H S L
Decimal 209 49 225 0.07 0.78 0 0.12 294.55 0.75 0.54
Hex D1 31 E1 7 4E 0 C 127 4B 36
Octal 321 61 341 7 116 0 14 447 113 66
Binary 11010001 110001 11100001 111 1001110 0 1100 100100111 1001011 110110

Color Harmonies of #D131E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D131E1

Black with #D131E1

Text Example


Text Example

White with #D131E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D131E1; }

 p { color: rgb(209,49,225); }

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

background-color css

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

 a { background-color: rgb(209,49,225); }

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

border-color css

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

 span { border-color: rgb(209,49,225); }

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