Html Css Color HEX #D136DB Medium Orchid

📋 copy color: '#D136DB'

red 209 ◦ green 54 ◦ blue 219

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

Shades of Medium Orchid #D136DB

Tints of Medium Orchid #D136DB

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.2%

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

R = 43.36%
G = 11.2%
B = 45.44%

CMYK

 C value IS 0.05

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D136DB (or 0xD136DB) is known color: Medium Orchid. HEX triplet: D1, 36 and DB. RGB value is (209,54,219). Sum of RGB (Red+Green+Blue) = 209+54+219=482 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.36% from 482); Green value is 54 (21.48% from 255 or 11.20% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 219 - color contains mainly: blue. Hex color #D136DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D136DB is #2EC924. Grayscale: #767676. Windows color (decimal): -3066149 or 14366417. OLE color: 14366417.

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

Color convert

RGB 209 54 219 -
CMYK 0.05 0.75 0 0.14
HSL 296.36º 0.7% 0.54% -
HSV(B) 296.36º 0.75% 0.86% -
XYZ 40.4 21.31 69 -
YUV 119.16 184.35 192.08 -
System Red Green Blue C M Y K H S L
Decimal 209 54 219 0.05 0.75 0 0.14 296.36 0.7 0.54
Hex D1 36 DB 5 4B 0 E 128 46 36
Octal 321 66 333 5 113 0 16 450 106 66
Binary 11010001 110110 11011011 101 1001011 0 1110 100101000 1000110 110110

Color Harmonies of #D136DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D136DB

Black with #D136DB

Text Example


Text Example

White with #D136DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D136DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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