Html Css Color HEX #D131DF Medium Orchid

📋 copy color: '#D131DF'

red 209 ◦ green 49 ◦ blue 223

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

Shades of Medium Orchid #D131DF

Tints of Medium Orchid #D131DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.36%

R = 43.45%
G = 10.19%
B = 46.36%

CMYK

 C value IS 0.06

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D131DF (or 0xD131DF) is known color: Medium Orchid. HEX triplet: D1, 31 and DF. RGB value is (209,49,223). Sum of RGB (Red+Green+Blue) = 209+49+223=481 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.45% from 481); Green value is 49 (19.53% from 255 or 10.19% from 481); Blue value is 223 (87.5% from 255 or 46.36% from 481); Max value from RGB is 223 - color contains mainly: blue. Hex color #D131DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D131DF is #2ECE20. Grayscale: #747474. Windows color (decimal): -3067425 or 14627281. OLE color: 14627281.

HSL color Cylindrical-coordinate representation of color #D131DF: hue angle of 295.17º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D131DF is Cyan = 0.06, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 209 49 223 -
CMYK 0.06 0.78 0 0.13
HSL 295.17º 0.73% 0.53% -
HSV(B) 295.17º 0.78% 0.87% -
XYZ 40.71 21.08 71.74 -
YUV 116.68 188.01 193.85 -
System Red Green Blue C M Y K H S L
Decimal 209 49 223 0.06 0.78 0 0.13 295.17 0.73 0.53
Hex D1 31 DF 6 4E 0 D 127 49 35
Octal 321 61 337 6 116 0 15 447 111 65
Binary 11010001 110001 11011111 110 1001110 0 1101 100100111 1001001 110101

Color Harmonies of #D131DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D131DF

Black with #D131DF

Text Example


Text Example

White with #D131DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D131DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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