Html Css Color HEX #DD73DA Orchid

📋 copy color: '#DD73DA'

red 221 ◦ green 115 ◦ blue 218

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

Shades of Orchid #DD73DA

Tints of Orchid #DD73DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.35%

R = 39.89%
G = 20.76%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DD73DA (or 0xDD73DA) is known color: Orchid. HEX triplet: DD, 73 and DA. RGB value is (221,115,218). Sum of RGB (Red+Green+Blue) = 221+115+218=554 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.89% from 554); Green value is 115 (45.31% from 255 or 20.76% from 554); Blue value is 218 (85.55% from 255 or 39.35% from 554); Max value from RGB is 221 - color contains mainly: red. Hex color #DD73DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD73DA is #228C25. Grayscale: #9E9E9E. Windows color (decimal): -2264102 or 14316509. OLE color: 14316509.

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

Color convert

RGB 221 115 218 -
CMYK 0 0.48 0.01 0.13
HSL 301.7º 0.61% 0.66% -
HSV(B) 301.7º 0.48% 0.87% -
XYZ 48.6 32.7 70.08 -
YUV 158.44 161.62 172.62 -
System Red Green Blue C M Y K H S L
Decimal 221 115 218 0 0.48 0.01 0.13 301.7 0.61 0.66
Hex DD 73 DA 0 30 1 D 12E 3D 42
Octal 335 163 332 0 60 1 15 456 75 102
Binary 11011101 1110011 11011010 0 110000 1 1101 100101110 111101 1000010

Color Harmonies of #DD73DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD73DA

Black with #DD73DA

Text Example


Text Example

White with #DD73DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD73DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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