Html Css Color HEX #D141F4 Medium Orchid

📋 copy color: '#D141F4'

red 209 ◦ green 65 ◦ blue 244

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

Shades of Medium Orchid #D141F4

Tints of Medium Orchid #D141F4

RGB

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

 GREEN value IS 65 (25.78% from 255) = 12.55%

 BLUE value IS 244 (95.7% from 255) = 47.1%

R = 40.35%
G = 12.55%
B = 47.1%

CMYK

 C value IS 0.14

 M value IS 0.73

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D141F4 (or 0xD141F4) is known color: Medium Orchid. HEX triplet: D1, 41 and F4. RGB value is (209,65,244). Sum of RGB (Red+Green+Blue) = 209+65+244=518 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.35% from 518); Green value is 65 (25.78% from 255 or 12.55% from 518); Blue value is 244 (95.70% from 255 or 47.10% from 518); Max value from RGB is 244 - color contains mainly: blue. Hex color #D141F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D141F4 is #2EBE0B. Grayscale: #7F7F7F. Windows color (decimal): -3063308 or 16007633. OLE color: 16007633.

HSL color Cylindrical-coordinate representation of color #D141F4: hue angle of 288.27º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D141F4 is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 209 65 244 -
CMYK 0.14 0.73 0 0.04
HSL 288.27º 0.89% 0.61% -
HSV(B) 288.27º 0.73% 0.96% -
XYZ 44.51 23.87 87.85 -
YUV 128.46 193.21 185.45 -
System Red Green Blue C M Y K H S L
Decimal 209 65 244 0.14 0.73 0 0.04 288.27 0.89 0.61
Hex D1 41 F4 E 49 0 4 120 59 3D
Octal 321 101 364 16 111 0 4 440 131 75
Binary 11010001 1000001 11110100 1110 1001001 0 100 100100000 1011001 111101

Color Harmonies of #D141F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D141F4

Black with #D141F4

Text Example


Text Example

White with #D141F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D141F4; }

 p { color: rgb(209,65,244); }

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

background-color css

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

 a { background-color: rgb(209,65,244); }

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

border-color css

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

 span { border-color: rgb(209,65,244); }

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