Html Css Color HEX #D032DF Medium Orchid

📋 copy color: '#D032DF'

red 208 ◦ green 50 ◦ blue 223

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

Shades of Medium Orchid #D032DF

Tints of Medium Orchid #D032DF

RGB

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

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

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

R = 43.24%
G = 10.4%
B = 46.36%

CMYK

 C value IS 0.07

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D032DF (or 0xD032DF) is known color: Medium Orchid. HEX triplet: D0, 32 and DF. RGB value is (208,50,223). Sum of RGB (Red+Green+Blue) = 208+50+223=481 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.24% from 481); Green value is 50 (19.92% from 255 or 10.40% from 481); Blue value is 223 (87.5% from 255 or 46.36% from 481); Max value from RGB is 223 - color contains mainly: blue. Hex color #D032DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D032DF is #2FCD20. Grayscale: #747474. Windows color (decimal): -3132705 or 14627536. OLE color: 14627536.

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

Color convert

RGB 208 50 223 -
CMYK 0.07 0.78 0 0.13
HSL 294.8º 0.73% 0.54% -
HSV(B) 294.8º 0.78% 0.87% -
XYZ 40.47 21.02 71.74 -
YUV 116.96 187.85 192.93 -
System Red Green Blue C M Y K H S L
Decimal 208 50 223 0.07 0.78 0 0.13 294.8 0.73 0.54
Hex D0 32 DF 7 4E 0 D 127 49 36
Octal 320 62 337 7 116 0 15 447 111 66
Binary 11010000 110010 11011111 111 1001110 0 1101 100100111 1001001 110110

Color Harmonies of #D032DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D032DF

Black with #D032DF

Text Example


Text Example

White with #D032DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D032DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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