Html Css Color HEX #DD76C9 Orchid

📋 copy color: '#DD76C9'

red 221 ◦ green 118 ◦ blue 201

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

Shades of Orchid #DD76C9

Tints of Orchid #DD76C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 37.22%

R = 40.93%
G = 21.85%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DD76C9 (or 0xDD76C9) is known color: Orchid. HEX triplet: DD, 76 and C9. RGB value is (221,118,201). Sum of RGB (Red+Green+Blue) = 221+118+201=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 118 (46.48% from 255 or 21.85% from 540); Blue value is 201 (78.91% from 255 or 37.22% from 540); Max value from RGB is 221 - color contains mainly: red. Hex color #DD76C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD76C9 is #228936. Grayscale: #9E9E9E. Windows color (decimal): -2263351 or 13203165. OLE color: 13203165.

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

Color convert

RGB 221 118 201 -
CMYK 0 0.47 0.09 0.13
HSL 311.65º 0.6% 0.66% -
HSV(B) 311.65º 0.47% 0.87% -
XYZ 46.84 32.55 59.07 -
YUV 158.26 152.12 172.75 -
System Red Green Blue C M Y K H S L
Decimal 221 118 201 0 0.47 0.09 0.13 311.65 0.6 0.66
Hex DD 76 C9 0 2F 9 D 138 3C 42
Octal 335 166 311 0 57 11 15 470 74 102
Binary 11011101 1110110 11001001 0 101111 1001 1101 100111000 111100 1000010

Color Harmonies of #DD76C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD76C9

Black with #DD76C9

Text Example


Text Example

White with #DD76C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD76C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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