Html Css Color HEX #D130DA Medium Orchid

📋 copy color: '#D130DA'

red 209 ◦ green 48 ◦ blue 218

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

Shades of Medium Orchid #D130DA

Tints of Medium Orchid #D130DA

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.11%

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

R = 44%
G = 10.11%
B = 45.89%

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

#D130DA (or 0xD130DA) is known color: Medium Orchid. HEX triplet: D1, 30 and DA. RGB value is (209,48,218). Sum of RGB (Red+Green+Blue) = 209+48+218=475 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44% from 475); Green value is 48 (19.14% from 255 or 10.11% from 475); Blue value is 218 (85.55% from 255 or 45.89% from 475); Max value from RGB is 218 - color contains mainly: blue. Hex color #D130DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D130DA is #2ECF25. Grayscale: #737373. Windows color (decimal): -3067686 or 14299345. OLE color: 14299345.

HSL color Cylindrical-coordinate representation of color #D130DA: hue angle of 296.82º 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 #D130DA is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 209 48 218 -
CMYK 0.04 0.78 0 0.15
HSL 296.82º 0.7% 0.52% -
HSV(B) 296.82º 0.78% 0.85% -
XYZ 40.01 20.73 68.22 -
YUV 115.52 185.84 194.68 -
System Red Green Blue C M Y K H S L
Decimal 209 48 218 0.04 0.78 0 0.15 296.82 0.7 0.52
Hex D1 30 DA 4 4E 0 F 129 46 34
Octal 321 60 332 4 116 0 17 451 106 64
Binary 11010001 110000 11011010 100 1001110 0 1111 100101001 1000110 110100

Color Harmonies of #D130DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D130DA

Black with #D130DA

Text Example


Text Example

White with #D130DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D130DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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