Html Css Color HEX #D033D9 Medium Orchid

📋 copy color: '#D033D9'

red 208 ◦ green 51 ◦ blue 217

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

Shades of Medium Orchid #D033D9

Tints of Medium Orchid #D033D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 45.59%

R = 43.7%
G = 10.71%
B = 45.59%

CMYK

 C value IS 0.04

 M value IS 0.76

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D033D9 (or 0xD033D9) is known color: Medium Orchid. HEX triplet: D0, 33 and D9. RGB value is (208,51,217). Sum of RGB (Red+Green+Blue) = 208+51+217=476 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.70% from 476); Green value is 51 (20.31% from 255 or 10.71% from 476); Blue value is 217 (85.16% from 255 or 45.59% from 476); Max value from RGB is 217 - color contains mainly: blue. Hex color #D033D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D033D9 is #2FCC26. Grayscale: #747474. Windows color (decimal): -3132455 or 14234576. OLE color: 14234576.

HSL color Cylindrical-coordinate representation of color #D033D9: hue angle of 296.75º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D033D9 is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 208 51 217 -
CMYK 0.04 0.76 0 0.15
HSL 296.75º 0.69% 0.53% -
HSV(B) 296.75º 0.76% 0.85% -
XYZ 39.72 20.79 67.56 -
YUV 116.87 184.51 193 -
System Red Green Blue C M Y K H S L
Decimal 208 51 217 0.04 0.76 0 0.15 296.75 0.69 0.53
Hex D0 33 D9 4 4C 0 F 129 45 35
Octal 320 63 331 4 114 0 17 451 105 65
Binary 11010000 110011 11011001 100 1001100 0 1111 100101001 1000101 110101

Color Harmonies of #D033D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D033D9

Black with #D033D9

Text Example


Text Example

White with #D033D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D033D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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