Html Css Color HEX #DD87D1 Orchid

📋 copy color: '#DD87D1'

red 221 ◦ green 135 ◦ blue 209

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

Shades of Orchid #DD87D1

Tints of Orchid #DD87D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 36.99%

R = 39.12%
G = 23.89%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DD87D1 (or 0xDD87D1) is known color: Orchid. HEX triplet: DD, 87 and D1. RGB value is (221,135,209). Sum of RGB (Red+Green+Blue) = 221+135+209=565 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.12% from 565); Green value is 135 (53.12% from 255 or 23.89% from 565); Blue value is 209 (82.03% from 255 or 36.99% from 565); Max value from RGB is 221 - color contains mainly: red. Hex color #DD87D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD87D1 is #22782E. Grayscale: #A8A8A8. Windows color (decimal): -2258991 or 13731805. OLE color: 13731805.

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

Color convert

RGB 221 135 209 -
CMYK 0 0.39 0.05 0.13
HSL 308.37º 0.56% 0.7% -
HSV(B) 308.37º 0.39% 0.87% -
XYZ 49.99 37.3 64.89 -
YUV 169.15 150.49 164.98 -
System Red Green Blue C M Y K H S L
Decimal 221 135 209 0 0.39 0.05 0.13 308.37 0.56 0.7
Hex DD 87 D1 0 27 5 D 134 38 46
Octal 335 207 321 0 47 5 15 464 70 106
Binary 11011101 10000111 11010001 0 100111 101 1101 100110100 111000 1000110

Color Harmonies of #DD87D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD87D1

Black with #DD87D1

Text Example


Text Example

White with #DD87D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD87D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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