Html Css Color HEX #DD76D8 Orchid

📋 copy color: '#DD76D8'

red 221 ◦ green 118 ◦ blue 216

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

Shades of Orchid #DD76D8

Tints of Orchid #DD76D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 38.92%

R = 39.82%
G = 21.26%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DD76D8 (or 0xDD76D8) is known color: Orchid. HEX triplet: DD, 76 and D8. RGB value is (221,118,216). Sum of RGB (Red+Green+Blue) = 221+118+216=555 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.82% from 555); Green value is 118 (46.48% from 255 or 21.26% from 555); Blue value is 216 (84.77% from 255 or 38.92% from 555); Max value from RGB is 221 - color contains mainly: red. Hex color #DD76D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD76D8 is #228927. Grayscale: #9F9F9F. Windows color (decimal): -2263336 or 14186205. OLE color: 14186205.

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

Color convert

RGB 221 118 216 -
CMYK 0 0.47 0.02 0.13
HSL 302.91º 0.6% 0.66% -
HSV(B) 302.91º 0.47% 0.87% -
XYZ 48.69 33.29 68.82 -
YUV 159.97 159.62 171.53 -
System Red Green Blue C M Y K H S L
Decimal 221 118 216 0 0.47 0.02 0.13 302.91 0.6 0.66
Hex DD 76 D8 0 2F 2 D 12F 3C 42
Octal 335 166 330 0 57 2 15 457 74 102
Binary 11011101 1110110 11011000 0 101111 10 1101 100101111 111100 1000010

Color Harmonies of #DD76D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD76D8

Black with #DD76D8

Text Example


Text Example

White with #DD76D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD76D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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