Html Css Color HEX #DD87D9 Orchid

📋 copy color: '#DD87D9'

red 221 ◦ green 135 ◦ blue 217

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

Shades of Orchid #DD87D9

Tints of Orchid #DD87D9

RGB

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

 GREEN value IS 135 (53.13% from 255) = 23.56%

 BLUE value IS 217 (85.16% from 255) = 37.87%

R = 38.57%
G = 23.56%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DD87D9 (or 0xDD87D9) is known color: Orchid. HEX triplet: DD, 87 and D9. RGB value is (221,135,217). Sum of RGB (Red+Green+Blue) = 221+135+217=573 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.57% from 573); Green value is 135 (53.12% from 255 or 23.56% from 573); Blue value is 217 (85.16% from 255 or 37.87% from 573); Max value from RGB is 221 - color contains mainly: red. Hex color #DD87D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD87D9 is #227826. Grayscale: #A9A9A9. Windows color (decimal): -2258983 or 14256093. OLE color: 14256093.

HSL color Cylindrical-coordinate representation of color #DD87D9: hue angle of 302.79º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DD87D9 is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 135 217 -
CMYK 0 0.39 0.02 0.13
HSL 302.79º 0.56% 0.7% -
HSV(B) 302.79º 0.39% 0.87% -
XYZ 51.01 37.71 70.24 -
YUV 170.06 154.49 164.33 -
System Red Green Blue C M Y K H S L
Decimal 221 135 217 0 0.39 0.02 0.13 302.79 0.56 0.7
Hex DD 87 D9 0 27 2 D 12F 38 46
Octal 335 207 331 0 47 2 15 457 70 106
Binary 11011101 10000111 11011001 0 100111 10 1101 100101111 111000 1000110

Color Harmonies of #DD87D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD87D9

Black with #DD87D9

Text Example


Text Example

White with #DD87D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD87D9; }

 p { color: rgb(221,135,217); }

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

background-color css

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

 a { background-color: rgb(221,135,217); }

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

border-color css

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

 span { border-color: rgb(221,135,217); }

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