Html Css Color HEX #D335DF Medium Orchid

📋 copy color: '#D335DF'

red 211 ◦ green 53 ◦ blue 223

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

Shades of Medium Orchid #D335DF

Tints of Medium Orchid #D335DF

RGB

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

 GREEN value IS 53 (21.09% from 255) = 10.88%

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

R = 43.33%
G = 10.88%
B = 45.79%

CMYK

 C value IS 0.05

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D335DF (or 0xD335DF) is known color: Medium Orchid. HEX triplet: D3, 35 and DF. RGB value is (211,53,223). Sum of RGB (Red+Green+Blue) = 211+53+223=487 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.33% from 487); Green value is 53 (21.09% from 255 or 10.88% from 487); Blue value is 223 (87.5% from 255 or 45.79% from 487); Max value from RGB is 223 - color contains mainly: blue. Hex color #D335DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D335DF is #2CCA20. Grayscale: #777777. Windows color (decimal): -2935329 or 14628307. OLE color: 14628307.

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

Color convert

RGB 211 53 223 -
CMYK 0.05 0.76 0 0.13
HSL 295.76º 0.73% 0.54% -
HSV(B) 295.76º 0.76% 0.87% -
XYZ 41.46 21.72 71.82 -
YUV 119.62 186.35 193.18 -
System Red Green Blue C M Y K H S L
Decimal 211 53 223 0.05 0.76 0 0.13 295.76 0.73 0.54
Hex D3 35 DF 5 4C 0 D 128 49 36
Octal 323 65 337 5 114 0 15 450 111 66
Binary 11010011 110101 11011111 101 1001100 0 1101 100101000 1001001 110110

Color Harmonies of #D335DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D335DF

Black with #D335DF

Text Example


Text Example

White with #D335DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D335DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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