Html Css Color HEX #DD76C6 Orchid

📋 copy color: '#DD76C6'

red 221 ◦ green 118 ◦ blue 198

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

Shades of Orchid #DD76C6

Tints of Orchid #DD76C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 36.87%

R = 41.15%
G = 21.97%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DD76C6 (or 0xDD76C6) is known color: Orchid. HEX triplet: DD, 76 and C6. RGB value is (221,118,198). Sum of RGB (Red+Green+Blue) = 221+118+198=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 118 (46.48% from 255 or 21.97% from 537); Blue value is 198 (77.73% from 255 or 36.87% from 537); Max value from RGB is 221 - color contains mainly: red. Hex color #DD76C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD76C6 is #228939. Grayscale: #9D9D9D. Windows color (decimal): -2263354 or 13006557. OLE color: 13006557.

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

Color convert

RGB 221 118 198 -
CMYK 0 0.47 0.10 0.13
HSL 313.4º 0.6% 0.66% -
HSV(B) 313.4º 0.47% 0.87% -
XYZ 46.49 32.41 57.23 -
YUV 157.92 150.62 173 -
System Red Green Blue C M Y K H S L
Decimal 221 118 198 0 0.47 0.10 0.13 313.4 0.6 0.66
Hex DD 76 C6 0 2F A D 139 3C 42
Octal 335 166 306 0 57 12 15 471 74 102
Binary 11011101 1110110 11000110 0 101111 1010 1101 100111001 111100 1000010

Color Harmonies of #DD76C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD76C6

Black with #DD76C6

Text Example


Text Example

White with #DD76C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD76C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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