Html Css Color HEX #DD76D0 Orchid

📋 copy color: '#DD76D0'

red 221 ◦ green 118 ◦ blue 208

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

Shades of Orchid #DD76D0

Tints of Orchid #DD76D0

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.57%

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

R = 40.4%
G = 21.57%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DD76D0 (or 0xDD76D0) is known color: Orchid. HEX triplet: DD, 76 and D0. RGB value is (221,118,208). Sum of RGB (Red+Green+Blue) = 221+118+208=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 118 (46.48% from 255 or 21.57% from 547); Blue value is 208 (81.64% from 255 or 38.03% from 547); Max value from RGB is 221 - color contains mainly: red. Hex color #DD76D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD76D0 is #22892F. Grayscale: #9E9E9E. Windows color (decimal): -2263344 or 13661917. OLE color: 13661917.

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

Color convert

RGB 221 118 208 -
CMYK 0 0.47 0.06 0.13
HSL 307.57º 0.6% 0.66% -
HSV(B) 307.57º 0.47% 0.87% -
XYZ 47.68 32.88 63.51 -
YUV 159.06 155.62 172.18 -
System Red Green Blue C M Y K H S L
Decimal 221 118 208 0 0.47 0.06 0.13 307.57 0.6 0.66
Hex DD 76 D0 0 2F 6 D 134 3C 42
Octal 335 166 320 0 57 6 15 464 74 102
Binary 11011101 1110110 11010000 0 101111 110 1101 100110100 111100 1000010

Color Harmonies of #DD76D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD76D0

Black with #DD76D0

Text Example


Text Example

White with #DD76D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD76D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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