Html Css Color HEX #D332DD Medium Orchid

📋 copy color: '#D332DD'

red 211 ◦ green 50 ◦ blue 221

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

Shades of Medium Orchid #D332DD

Tints of Medium Orchid #D332DD

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.37%

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

R = 43.78%
G = 10.37%
B = 45.85%

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

#D332DD (or 0xD332DD) is known color: Medium Orchid. HEX triplet: D3, 32 and DD. RGB value is (211,50,221). Sum of RGB (Red+Green+Blue) = 211+50+221=482 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.78% from 482); Green value is 50 (19.92% from 255 or 10.37% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #D332DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D332DD is #2CCD22. Grayscale: #757575. Windows color (decimal): -2936099 or 14496467. OLE color: 14496467.

HSL color Cylindrical-coordinate representation of color #D332DD: hue angle of 296.49º degrees, saturation: 0.72, 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 #D332DD is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 211 50 221 -
CMYK 0.05 0.77 0 0.13
HSL 296.49º 0.72% 0.53% -
HSV(B) 296.49º 0.77% 0.87% -
XYZ 41.06 21.35 70.36 -
YUV 117.63 186.34 194.6 -
System Red Green Blue C M Y K H S L
Decimal 211 50 221 0.05 0.77 0 0.13 296.49 0.72 0.53
Hex D3 32 DD 5 4D 0 D 128 48 35
Octal 323 62 335 5 115 0 15 450 110 65
Binary 11010011 110010 11011101 101 1001101 0 1101 100101000 1001000 110101

Color Harmonies of #D332DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D332DD

Black with #D332DD

Text Example


Text Example

White with #D332DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D332DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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