Html Css Color HEX #D13BDA Medium Orchid

📋 copy color: '#D13BDA'

red 209 ◦ green 59 ◦ blue 218

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

Shades of Medium Orchid #D13BDA

Tints of Medium Orchid #D13BDA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.14%

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

R = 43%
G = 12.14%
B = 44.86%

CMYK

 C value IS 0.04

 M value IS 0.73

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D13BDA (or 0xD13BDA) is known color: Medium Orchid. HEX triplet: D1, 3B and DA. RGB value is (209,59,218). Sum of RGB (Red+Green+Blue) = 209+59+218=486 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.00% from 486); Green value is 59 (23.44% from 255 or 12.14% from 486); Blue value is 218 (85.55% from 255 or 44.86% from 486); Max value from RGB is 218 - color contains mainly: blue. Hex color #D13BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13BDA is #2EC425. Grayscale: #797979. Windows color (decimal): -3064870 or 14302161. OLE color: 14302161.

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

Color convert

RGB 209 59 218 -
CMYK 0.04 0.73 0 0.15
HSL 296.6º 0.68% 0.54% -
HSV(B) 296.6º 0.73% 0.85% -
XYZ 40.51 21.75 68.39 -
YUV 121.98 182.2 190.07 -
System Red Green Blue C M Y K H S L
Decimal 209 59 218 0.04 0.73 0 0.15 296.6 0.68 0.54
Hex D1 3B DA 4 49 0 F 129 44 36
Octal 321 73 332 4 111 0 17 451 104 66
Binary 11010001 111011 11011010 100 1001001 0 1111 100101001 1000100 110110

Color Harmonies of #D13BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13BDA

Black with #D13BDA

Text Example


Text Example

White with #D13BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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