Html Css Color HEX #DD87D8 Orchid

📋 copy color: '#DD87D8'

red 221 ◦ green 135 ◦ blue 216

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

Shades of Orchid #DD87D8

Tints of Orchid #DD87D8

RGB

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

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

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

R = 38.64%
G = 23.6%
B = 37.76%

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

#DD87D8 (or 0xDD87D8) is known color: Orchid. HEX triplet: DD, 87 and D8. RGB value is (221,135,216). Sum of RGB (Red+Green+Blue) = 221+135+216=572 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.64% from 572); Green value is 135 (53.12% from 255 or 23.60% from 572); Blue value is 216 (84.77% from 255 or 37.76% from 572); Max value from RGB is 221 - color contains mainly: red. Hex color #DD87D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD87D8 is #227827. Grayscale: #A9A9A9. Windows color (decimal): -2258984 or 14190557. OLE color: 14190557.

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

Color convert

RGB 221 135 216 -
CMYK 0 0.39 0.02 0.13
HSL 303.49º 0.56% 0.7% -
HSV(B) 303.49º 0.39% 0.87% -
XYZ 50.88 37.66 69.55 -
YUV 169.95 153.99 164.41 -
System Red Green Blue C M Y K H S L
Decimal 221 135 216 0 0.39 0.02 0.13 303.49 0.56 0.7
Hex DD 87 D8 0 27 2 D 12F 38 46
Octal 335 207 330 0 47 2 15 457 70 106
Binary 11011101 10000111 11011000 0 100111 10 1101 100101111 111000 1000110

Color Harmonies of #DD87D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD87D8

Black with #DD87D8

Text Example


Text Example

White with #DD87D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD87D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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