Html Css Color HEX #D141DA Medium Orchid

📋 copy color: '#D141DA'

red 209 ◦ green 65 ◦ blue 218

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

Shades of Medium Orchid #D141DA

Tints of Medium Orchid #D141DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.31%

R = 42.48%
G = 13.21%
B = 44.31%

CMYK

 C value IS 0.04

 M value IS 0.70

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D141DA (or 0xD141DA) is known color: Medium Orchid. HEX triplet: D1, 41 and DA. RGB value is (209,65,218). Sum of RGB (Red+Green+Blue) = 209+65+218=492 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.48% from 492); Green value is 65 (25.78% from 255 or 13.21% from 492); Blue value is 218 (85.55% from 255 or 44.31% from 492); Max value from RGB is 218 - color contains mainly: blue. Hex color #D141DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D141DA is #2EBE25. Grayscale: #7D7D7D. Windows color (decimal): -3063334 or 14303697. OLE color: 14303697.

HSL color Cylindrical-coordinate representation of color #D141DA: hue angle of 296.47º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D141DA is Cyan = 0.04, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 209 65 218 -
CMYK 0.04 0.70 0 0.15
HSL 296.47º 0.67% 0.55% -
HSV(B) 296.47º 0.7% 0.85% -
XYZ 40.84 22.4 68.5 -
YUV 125.5 180.21 187.56 -
System Red Green Blue C M Y K H S L
Decimal 209 65 218 0.04 0.70 0 0.15 296.47 0.67 0.55
Hex D1 41 DA 4 46 0 F 128 43 37
Octal 321 101 332 4 106 0 17 450 103 67
Binary 11010001 1000001 11011010 100 1000110 0 1111 100101000 1000011 110111

Color Harmonies of #D141DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D141DA

Black with #D141DA

Text Example


Text Example

White with #D141DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D141DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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