Html Css Color HEX #DD77DB Orchid

📋 copy color: '#DD77DB'

red 221 ◦ green 119 ◦ blue 219

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

Shades of Orchid #DD77DB

Tints of Orchid #DD77DB

RGB

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

 GREEN value IS 119 (46.88% from 255) = 21.29%

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

R = 39.53%
G = 21.29%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DD77DB (or 0xDD77DB) is known color: Orchid. HEX triplet: DD, 77 and DB. RGB value is (221,119,219). Sum of RGB (Red+Green+Blue) = 221+119+219=559 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.53% from 559); Green value is 119 (46.88% from 255 or 21.29% from 559); Blue value is 219 (85.94% from 255 or 39.18% from 559); Max value from RGB is 221 - color contains mainly: red. Hex color #DD77DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD77DB is #228824. Grayscale: #A0A0A0. Windows color (decimal): -2263077 or 14383069. OLE color: 14383069.

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

Color convert

RGB 221 119 219 -
CMYK 0 0.46 0.01 0.13
HSL 301.18º 0.6% 0.67% -
HSV(B) 301.18º 0.46% 0.87% -
XYZ 49.2 33.68 70.93 -
YUV 160.9 160.79 170.87 -
System Red Green Blue C M Y K H S L
Decimal 221 119 219 0 0.46 0.01 0.13 301.18 0.6 0.67
Hex DD 77 DB 0 2E 1 D 12D 3C 43
Octal 335 167 333 0 56 1 15 455 74 103
Binary 11011101 1110111 11011011 0 101110 1 1101 100101101 111100 1000011

Color Harmonies of #DD77DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD77DB

Black with #DD77DB

Text Example


Text Example

White with #DD77DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD77DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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