Html Css Color HEX #DD77D0 Orchid

📋 copy color: '#DD77D0'

red 221 ◦ green 119 ◦ blue 208

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

Shades of Orchid #DD77D0

Tints of Orchid #DD77D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 37.96%

R = 40.33%
G = 21.72%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DD77D0 (or 0xDD77D0) is known color: Orchid. HEX triplet: DD, 77 and D0. RGB value is (221,119,208). Sum of RGB (Red+Green+Blue) = 221+119+208=548 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.33% from 548); Green value is 119 (46.88% from 255 or 21.72% from 548); Blue value is 208 (81.64% from 255 or 37.96% from 548); Max value from RGB is 221 - color contains mainly: red. Hex color #DD77D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD77D0 is #22882F. Grayscale: #9F9F9F. Windows color (decimal): -2263088 or 13662173. OLE color: 13662173.

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

Color convert

RGB 221 119 208 -
CMYK 0 0.46 0.06 0.13
HSL 307.65º 0.6% 0.67% -
HSV(B) 307.65º 0.46% 0.87% -
XYZ 47.8 33.12 63.55 -
YUV 159.64 155.29 171.76 -
System Red Green Blue C M Y K H S L
Decimal 221 119 208 0 0.46 0.06 0.13 307.65 0.6 0.67
Hex DD 77 D0 0 2E 6 D 134 3C 43
Octal 335 167 320 0 56 6 15 464 74 103
Binary 11011101 1110111 11010000 0 101110 110 1101 100110100 111100 1000011

Color Harmonies of #DD77D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD77D0

Black with #DD77D0

Text Example


Text Example

White with #DD77D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD77D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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