Html Css Color HEX #D149DF Medium Orchid

📋 copy color: '#D149DF'

red 209 ◦ green 73 ◦ blue 223

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

Shades of Medium Orchid #D149DF

Tints of Medium Orchid #D149DF

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.46%

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

R = 41.39%
G = 14.46%
B = 44.16%

CMYK

 C value IS 0.06

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D149DF (or 0xD149DF) is known color: Medium Orchid. HEX triplet: D1, 49 and DF. RGB value is (209,73,223). Sum of RGB (Red+Green+Blue) = 209+73+223=505 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.39% from 505); Green value is 73 (28.91% from 255 or 14.46% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 223 - color contains mainly: blue. Hex color #D149DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D149DF is #2EB620. Grayscale: #828282. Windows color (decimal): -3061281 or 14633425. OLE color: 14633425.

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

Color convert

RGB 209 73 223 -
CMYK 0.06 0.67 0 0.13
HSL 294.4º 0.7% 0.58% -
HSV(B) 294.4º 0.67% 0.87% -
XYZ 42 23.65 72.16 -
YUV 130.76 180.06 183.8 -
System Red Green Blue C M Y K H S L
Decimal 209 73 223 0.06 0.67 0 0.13 294.4 0.7 0.58
Hex D1 49 DF 6 43 0 D 126 46 3A
Octal 321 111 337 6 103 0 15 446 106 72
Binary 11010001 1001001 11011111 110 1000011 0 1101 100100110 1000110 111010

Color Harmonies of #D149DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D149DF

Black with #D149DF

Text Example


Text Example

White with #D149DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D149DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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