Html Css Color HEX #DD73D3 Orchid

📋 copy color: '#DD73D3'

red 221 ◦ green 115 ◦ blue 211

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

Shades of Orchid #DD73D3

Tints of Orchid #DD73D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 38.57%

R = 40.4%
G = 21.02%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DD73D3 (or 0xDD73D3) is known color: Orchid. HEX triplet: DD, 73 and D3. RGB value is (221,115,211). Sum of RGB (Red+Green+Blue) = 221+115+211=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 115 (45.31% from 255 or 21.02% from 547); Blue value is 211 (82.81% from 255 or 38.57% from 547); Max value from RGB is 221 - color contains mainly: red. Hex color #DD73D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD73D3 is #228C2C. Grayscale: #9D9D9D. Windows color (decimal): -2264109 or 13857757. OLE color: 13857757.

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

Color convert

RGB 221 115 211 -
CMYK 0 0.48 0.05 0.13
HSL 305.66º 0.61% 0.66% -
HSV(B) 305.66º 0.48% 0.87% -
XYZ 47.71 32.34 65.36 -
YUV 157.64 158.12 173.19 -
System Red Green Blue C M Y K H S L
Decimal 221 115 211 0 0.48 0.05 0.13 305.66 0.61 0.66
Hex DD 73 D3 0 30 5 D 132 3D 42
Octal 335 163 323 0 60 5 15 462 75 102
Binary 11011101 1110011 11010011 0 110000 101 1101 100110010 111101 1000010

Color Harmonies of #DD73D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD73D3

Black with #DD73D3

Text Example


Text Example

White with #DD73D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD73D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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