Html Css Color HEX #D133DB Medium Orchid

📋 copy color: '#D133DB'

red 209 ◦ green 51 ◦ blue 219

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

Shades of Medium Orchid #D133DB

Tints of Medium Orchid #D133DB

RGB

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

 GREEN value IS 51 (20.31% from 255) = 10.65%

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

R = 43.63%
G = 10.65%
B = 45.72%

CMYK

 C value IS 0.05

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D133DB (or 0xD133DB) is known color: Medium Orchid. HEX triplet: D1, 33 and DB. RGB value is (209,51,219). Sum of RGB (Red+Green+Blue) = 209+51+219=479 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.63% from 479); Green value is 51 (20.31% from 255 or 10.65% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 219 - color contains mainly: blue. Hex color #D133DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D133DB is #2ECC24. Grayscale: #747474. Windows color (decimal): -3066917 or 14365649. OLE color: 14365649.

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

Color convert

RGB 209 51 219 -
CMYK 0.05 0.77 0 0.14
HSL 296.43º 0.7% 0.53% -
HSV(B) 296.43º 0.77% 0.86% -
XYZ 40.26 21.04 68.96 -
YUV 117.39 185.35 193.34 -
System Red Green Blue C M Y K H S L
Decimal 209 51 219 0.05 0.77 0 0.14 296.43 0.7 0.53
Hex D1 33 DB 5 4D 0 E 128 46 35
Octal 321 63 333 5 115 0 16 450 106 65
Binary 11010001 110011 11011011 101 1001101 0 1110 100101000 1000110 110101

Color Harmonies of #D133DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D133DB

Black with #D133DB

Text Example


Text Example

White with #D133DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D133DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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