Html Css Color HEX #D131DA Medium Orchid

📋 copy color: '#D131DA'

red 209 ◦ green 49 ◦ blue 218

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

Shades of Medium Orchid #D131DA

Tints of Medium Orchid #D131DA

RGB

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

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

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

R = 43.91%
G = 10.29%
B = 45.8%

CMYK

 C value IS 0.04

 M value IS 0.78

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D131DA (or 0xD131DA) is known color: Medium Orchid. HEX triplet: D1, 31 and DA. RGB value is (209,49,218). Sum of RGB (Red+Green+Blue) = 209+49+218=476 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.91% from 476); Green value is 49 (19.53% from 255 or 10.29% from 476); Blue value is 218 (85.55% from 255 or 45.80% from 476); Max value from RGB is 218 - color contains mainly: blue. Hex color #D131DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D131DA is #2ECE25. Grayscale: #737373. Windows color (decimal): -3067430 or 14299601. OLE color: 14299601.

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

Color convert

RGB 209 49 218 -
CMYK 0.04 0.78 0 0.15
HSL 296.8º 0.7% 0.52% -
HSV(B) 296.8º 0.78% 0.85% -
XYZ 40.05 20.81 68.24 -
YUV 116.11 185.51 194.26 -
System Red Green Blue C M Y K H S L
Decimal 209 49 218 0.04 0.78 0 0.15 296.8 0.7 0.52
Hex D1 31 DA 4 4E 0 F 129 46 34
Octal 321 61 332 4 116 0 17 451 106 64
Binary 11010001 110001 11011010 100 1001110 0 1111 100101001 1000110 110100

Color Harmonies of #D131DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D131DA

Black with #D131DA

Text Example


Text Example

White with #D131DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D131DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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