Html Css Color HEX #D033DF Medium Orchid

📋 copy color: '#D033DF'

red 208 ◦ green 51 ◦ blue 223

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

Shades of Medium Orchid #D033DF

Tints of Medium Orchid #D033DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.27%

R = 43.15%
G = 10.58%
B = 46.27%

CMYK

 C value IS 0.07

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D033DF (or 0xD033DF) is known color: Medium Orchid. HEX triplet: D0, 33 and DF. RGB value is (208,51,223). Sum of RGB (Red+Green+Blue) = 208+51+223=482 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.15% from 482); Green value is 51 (20.31% from 255 or 10.58% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 223 - color contains mainly: blue. Hex color #D033DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D033DF is #2FCC20. Grayscale: #757575. Windows color (decimal): -3132449 or 14627792. OLE color: 14627792.

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

Color convert

RGB 208 51 223 -
CMYK 0.07 0.77 0 0.13
HSL 294.77º 0.73% 0.54% -
HSV(B) 294.77º 0.77% 0.87% -
XYZ 40.52 21.11 71.75 -
YUV 117.55 187.51 192.51 -
System Red Green Blue C M Y K H S L
Decimal 208 51 223 0.07 0.77 0 0.13 294.77 0.73 0.54
Hex D0 33 DF 7 4D 0 D 127 49 36
Octal 320 63 337 7 115 0 15 447 111 66
Binary 11010000 110011 11011111 111 1001101 0 1101 100100111 1001001 110110

Color Harmonies of #D033DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D033DF

Black with #D033DF

Text Example


Text Example

White with #D033DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D033DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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