Html Css Color HEX #D333DF Medium Orchid

📋 copy color: '#D333DF'

red 211 ◦ green 51 ◦ blue 223

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

Shades of Medium Orchid #D333DF

Tints of Medium Orchid #D333DF

RGB

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

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

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

R = 43.51%
G = 10.52%
B = 45.98%

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

#D333DF (or 0xD333DF) is known color: Medium Orchid. HEX triplet: D3, 33 and DF. RGB value is (211,51,223). Sum of RGB (Red+Green+Blue) = 211+51+223=485 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.51% from 485); Green value is 51 (20.31% from 255 or 10.52% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 223 - color contains mainly: blue. Hex color #D333DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D333DF is #2CCC20. Grayscale: #757575. Windows color (decimal): -2935841 or 14627795. OLE color: 14627795.

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

Color convert

RGB 211 51 223 -
CMYK 0.05 0.77 0 0.13
HSL 295.81º 0.73% 0.54% -
HSV(B) 295.81º 0.77% 0.87% -
XYZ 41.37 21.54 71.79 -
YUV 118.45 187.01 194.01 -
System Red Green Blue C M Y K H S L
Decimal 211 51 223 0.05 0.77 0 0.13 295.81 0.73 0.54
Hex D3 33 DF 5 4D 0 D 128 49 36
Octal 323 63 337 5 115 0 15 450 111 66
Binary 11010011 110011 11011111 101 1001101 0 1101 100101000 1001001 110110

Color Harmonies of #D333DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D333DF

Black with #D333DF

Text Example


Text Example

White with #D333DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D333DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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