Html Css Color HEX #D033DD Medium Orchid

📋 copy color: '#D033DD'

red 208 ◦ green 51 ◦ blue 221

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

Shades of Medium Orchid #D033DD

Tints of Medium Orchid #D033DD

RGB

 RED value IS 208 (81.64% from 255) = 43.33%

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

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

R = 43.33%
G = 10.63%
B = 46.04%

CMYK

 C value IS 0.06

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D033DD (or 0xD033DD) is known color: Medium Orchid. HEX triplet: D0, 33 and DD. RGB value is (208,51,221). Sum of RGB (Red+Green+Blue) = 208+51+221=480 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.33% from 480); Green value is 51 (20.31% from 255 or 10.62% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 221 - color contains mainly: blue. Hex color #D033DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D033DD is #2FCC22. Grayscale: #747474. Windows color (decimal): -3132451 or 14496720. OLE color: 14496720.

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

Color convert

RGB 208 51 221 -
CMYK 0.06 0.77 0 0.13
HSL 295.41º 0.71% 0.53% -
HSV(B) 295.41º 0.77% 0.87% -
XYZ 40.25 21 70.34 -
YUV 117.32 186.51 192.68 -
System Red Green Blue C M Y K H S L
Decimal 208 51 221 0.06 0.77 0 0.13 295.41 0.71 0.53
Hex D0 33 DD 6 4D 0 D 127 47 35
Octal 320 63 335 6 115 0 15 447 107 65
Binary 11010000 110011 11011101 110 1001101 0 1101 100100111 1000111 110101

Color Harmonies of #D033DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D033DD

Black with #D033DD

Text Example


Text Example

White with #D033DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D033DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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