Html Css Color HEX #DD73DF Orchid

📋 copy color: '#DD73DF'

red 221 ◦ green 115 ◦ blue 223

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

Shades of Orchid #DD73DF

Tints of Orchid #DD73DF

RGB

 RED value IS 221 (86.72% from 255) = 39.53%

 GREEN value IS 115 (45.31% from 255) = 20.57%

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

R = 39.53%
G = 20.57%
B = 39.89%

CMYK

 C value IS 0.01

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD73DF (or 0xDD73DF) is known color: Orchid. HEX triplet: DD, 73 and DF. RGB value is (221,115,223). Sum of RGB (Red+Green+Blue) = 221+115+223=559 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.53% from 559); Green value is 115 (45.31% from 255 or 20.57% from 559); Blue value is 223 (87.5% from 255 or 39.89% from 559); Max value from RGB is 223 - color contains mainly: blue. Hex color #DD73DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD73DF is #228C20. Grayscale: #9E9E9E. Windows color (decimal): -2264097 or 14644189. OLE color: 14644189.

HSL color Cylindrical-coordinate representation of color #DD73DF: hue angle of 298.89º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DD73DF is Cyan = 0.01, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 115 223 -
CMYK 0.01 0.48 0 0.13
HSL 298.89º 0.63% 0.66% -
HSV(B) 298.89º 0.48% 0.87% -
XYZ 49.27 32.96 73.58 -
YUV 159.01 164.12 172.22 -
System Red Green Blue C M Y K H S L
Decimal 221 115 223 0.01 0.48 0 0.13 298.89 0.63 0.66
Hex DD 73 DF 1 30 0 D 12B 3F 42
Octal 335 163 337 1 60 0 15 453 77 102
Binary 11011101 1110011 11011111 1 110000 0 1101 100101011 111111 1000010

Color Harmonies of #DD73DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD73DF

Black with #DD73DF

Text Example


Text Example

White with #DD73DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD73DF; }

 p { color: rgb(221,115,223); }

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

background-color css

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

 a { background-color: rgb(221,115,223); }

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

border-color css

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

 span { border-color: rgb(221,115,223); }

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