Html Css Color HEX #D134DB Medium Orchid

📋 copy color: '#D134DB'

red 209 ◦ green 52 ◦ blue 219

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

Shades of Medium Orchid #D134DB

Tints of Medium Orchid #D134DB

RGB

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

 GREEN value IS 52 (20.7% from 255) = 10.83%

 BLUE value IS 219 (85.94% from 255) = 45.63%

R = 43.54%
G = 10.83%
B = 45.63%

CMYK

 C value IS 0.05

 M value IS 0.76

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D134DB (or 0xD134DB) is known color: Medium Orchid. HEX triplet: D1, 34 and DB. RGB value is (209,52,219). Sum of RGB (Red+Green+Blue) = 209+52+219=480 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.54% from 480); Green value is 52 (20.70% from 255 or 10.83% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #D134DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D134DB is #2ECB24. Grayscale: #757575. Windows color (decimal): -3066661 or 14365905. OLE color: 14365905.

HSL color Cylindrical-coordinate representation of color #D134DB: hue angle of 296.41º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D134DB is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 209 52 219 -
CMYK 0.05 0.76 0 0.14
HSL 296.41º 0.7% 0.53% -
HSV(B) 296.41º 0.76% 0.86% -
XYZ 40.31 21.13 68.97 -
YUV 117.98 185.01 192.92 -
System Red Green Blue C M Y K H S L
Decimal 209 52 219 0.05 0.76 0 0.14 296.41 0.7 0.53
Hex D1 34 DB 5 4C 0 E 128 46 35
Octal 321 64 333 5 114 0 16 450 106 65
Binary 11010001 110100 11011011 101 1001100 0 1110 100101000 1000110 110101

Color Harmonies of #D134DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D134DB

Black with #D134DB

Text Example


Text Example

White with #D134DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D134DB; }

 p { color: rgb(209,52,219); }

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

background-color css

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

 a { background-color: rgb(209,52,219); }

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

border-color css

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

 span { border-color: rgb(209,52,219); }

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