Html Css Color HEX #DD76D5 Orchid

📋 copy color: '#DD76D5'

red 221 ◦ green 118 ◦ blue 213

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

Shades of Orchid #DD76D5

Tints of Orchid #DD76D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 38.59%

R = 40.04%
G = 21.38%
B = 38.59%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DD76D5 (or 0xDD76D5) is known color: Orchid. HEX triplet: DD, 76 and D5. RGB value is (221,118,213). Sum of RGB (Red+Green+Blue) = 221+118+213=552 (73% of max value = 765). Red value is 221 (86.72% from 255 or 40.04% from 552); Green value is 118 (46.48% from 255 or 21.38% from 552); Blue value is 213 (83.59% from 255 or 38.59% from 552); Max value from RGB is 221 - color contains mainly: red. Hex color #DD76D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD76D5 is #22892A. Grayscale: #9F9F9F. Windows color (decimal): -2263339 or 13989597. OLE color: 13989597.

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

Color convert

RGB 221 118 213 -
CMYK 0 0.47 0.04 0.13
HSL 304.66º 0.6% 0.66% -
HSV(B) 304.66º 0.47% 0.87% -
XYZ 48.31 33.13 66.8 -
YUV 159.63 158.12 171.78 -
System Red Green Blue C M Y K H S L
Decimal 221 118 213 0 0.47 0.04 0.13 304.66 0.6 0.66
Hex DD 76 D5 0 2F 4 D 131 3C 42
Octal 335 166 325 0 57 4 15 461 74 102
Binary 11011101 1110110 11010101 0 101111 100 1101 100110001 111100 1000010

Color Harmonies of #DD76D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD76D5

Black with #DD76D5

Text Example


Text Example

White with #DD76D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD76D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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