Html Css Color HEX #DD89D1 Orchid

📋 copy color: '#DD89D1'

red 221 ◦ green 137 ◦ blue 209

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

Shades of Orchid #DD89D1

Tints of Orchid #DD89D1

RGB

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

 GREEN value IS 137 (53.91% from 255) = 24.16%

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

R = 38.98%
G = 24.16%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DD89D1 (or 0xDD89D1) is known color: Orchid. HEX triplet: DD, 89 and D1. RGB value is (221,137,209). Sum of RGB (Red+Green+Blue) = 221+137+209=567 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.98% from 567); Green value is 137 (53.91% from 255 or 24.16% from 567); Blue value is 209 (82.03% from 255 or 36.86% from 567); Max value from RGB is 221 - color contains mainly: red. Hex color #DD89D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD89D1 is #22762E. Grayscale: #AAAAAA. Windows color (decimal): -2258479 or 13732317. OLE color: 13732317.

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

Color convert

RGB 221 137 209 -
CMYK 0 0.38 0.05 0.13
HSL 308.57º 0.55% 0.7% -
HSV(B) 308.57º 0.38% 0.87% -
XYZ 50.27 37.87 64.98 -
YUV 170.32 149.83 164.15 -
System Red Green Blue C M Y K H S L
Decimal 221 137 209 0 0.38 0.05 0.13 308.57 0.55 0.7
Hex DD 89 D1 0 26 5 D 135 37 46
Octal 335 211 321 0 46 5 15 465 67 106
Binary 11011101 10001001 11010001 0 100110 101 1101 100110101 110111 1000110

Color Harmonies of #DD89D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD89D1

Black with #DD89D1

Text Example


Text Example

White with #DD89D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD89D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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