Html Css Color HEX #D331DD Medium Orchid

📋 copy color: '#D331DD'

red 211 ◦ green 49 ◦ blue 221

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

Shades of Medium Orchid #D331DD

Tints of Medium Orchid #D331DD

RGB

 RED value IS 211 (82.81% from 255) = 43.87%

 GREEN value IS 49 (19.53% from 255) = 10.19%

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

R = 43.87%
G = 10.19%
B = 45.95%

CMYK

 C value IS 0.05

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D331DD (or 0xD331DD) is known color: Medium Orchid. HEX triplet: D3, 31 and DD. RGB value is (211,49,221). Sum of RGB (Red+Green+Blue) = 211+49+221=481 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.87% from 481); Green value is 49 (19.53% from 255 or 10.19% 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 #D331DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D331DD is #2CCE22. Grayscale: #747474. Windows color (decimal): -2936355 or 14496211. OLE color: 14496211.

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

Color convert

RGB 211 49 221 -
CMYK 0.05 0.78 0 0.13
HSL 296.51º 0.72% 0.53% -
HSV(B) 296.51º 0.78% 0.87% -
XYZ 41.01 21.27 70.35 -
YUV 117.05 186.67 195.01 -
System Red Green Blue C M Y K H S L
Decimal 211 49 221 0.05 0.78 0 0.13 296.51 0.72 0.53
Hex D3 31 DD 5 4E 0 D 129 48 35
Octal 323 61 335 5 116 0 15 451 110 65
Binary 11010011 110001 11011101 101 1001110 0 1101 100101001 1001000 110101

Color Harmonies of #D331DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D331DD

Black with #D331DD

Text Example


Text Example

White with #D331DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D331DD; }

 p { color: rgb(211,49,221); }

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

background-color css

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

 a { background-color: rgb(211,49,221); }

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

border-color css

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

 span { border-color: rgb(211,49,221); }

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