Html Css Color HEX #DD73DB Orchid

📋 copy color: '#DD73DB'

red 221 ◦ green 115 ◦ blue 219

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

Shades of Orchid #DD73DB

Tints of Orchid #DD73DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.46%

R = 39.82%
G = 20.72%
B = 39.46%

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

#DD73DB (or 0xDD73DB) is known color: Orchid. HEX triplet: DD, 73 and DB. RGB value is (221,115,219). Sum of RGB (Red+Green+Blue) = 221+115+219=555 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.82% from 555); Green value is 115 (45.31% from 255 or 20.72% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 221 - color contains mainly: red. Hex color #DD73DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD73DB is #228C24. Grayscale: #9E9E9E. Windows color (decimal): -2264101 or 14382045. OLE color: 14382045.

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

Color convert

RGB 221 115 219 -
CMYK 0 0.48 0.01 0.13
HSL 301.13º 0.61% 0.66% -
HSV(B) 301.13º 0.48% 0.87% -
XYZ 48.74 32.75 70.77 -
YUV 158.55 162.12 172.54 -
System Red Green Blue C M Y K H S L
Decimal 221 115 219 0 0.48 0.01 0.13 301.13 0.61 0.66
Hex DD 73 DB 0 30 1 D 12D 3D 42
Octal 335 163 333 0 60 1 15 455 75 102
Binary 11011101 1110011 11011011 0 110000 1 1101 100101101 111101 1000010

Color Harmonies of #DD73DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD73DB

Black with #DD73DB

Text Example


Text Example

White with #DD73DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD73DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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