Html Css Color HEX #D133DD Medium Orchid

📋 copy color: '#D133DD'

red 209 ◦ green 51 ◦ blue 221

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

Shades of Medium Orchid #D133DD

Tints of Medium Orchid #D133DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.95%

R = 43.45%
G = 10.6%
B = 45.95%

CMYK

 C value IS 0.05

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D133DD (or 0xD133DD) is known color: Medium Orchid. HEX triplet: D1, 33 and DD. RGB value is (209,51,221). Sum of RGB (Red+Green+Blue) = 209+51+221=481 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.45% from 481); Green value is 51 (20.31% from 255 or 10.60% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 221 - color contains mainly: blue. Hex color #D133DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D133DD is #2ECC22. Grayscale: #757575. Windows color (decimal): -3066915 or 14496721. OLE color: 14496721.

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

Color convert

RGB 209 51 221 -
CMYK 0.05 0.77 0 0.13
HSL 295.76º 0.71% 0.53% -
HSV(B) 295.76º 0.77% 0.87% -
XYZ 40.53 21.14 70.35 -
YUV 117.62 186.35 193.18 -
System Red Green Blue C M Y K H S L
Decimal 209 51 221 0.05 0.77 0 0.13 295.76 0.71 0.53
Hex D1 33 DD 5 4D 0 D 128 47 35
Octal 321 63 335 5 115 0 15 450 107 65
Binary 11010001 110011 11011101 101 1001101 0 1101 100101000 1000111 110101

Color Harmonies of #D133DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D133DD

Black with #D133DD

Text Example


Text Example

White with #D133DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D133DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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