Html Css Color HEX #DD89D2 Orchid

📋 copy color: '#DD89D2'

red 221 ◦ green 137 ◦ blue 210

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

Shades of Orchid #DD89D2

Tints of Orchid #DD89D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 36.97%

R = 38.91%
G = 24.12%
B = 36.97%

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

#DD89D2 (or 0xDD89D2) is known color: Orchid. HEX triplet: DD, 89 and D2. RGB value is (221,137,210). Sum of RGB (Red+Green+Blue) = 221+137+210=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 137 (53.91% from 255 or 24.12% from 568); Blue value is 210 (82.42% from 255 or 36.97% from 568); Max value from RGB is 221 - color contains mainly: red. Hex color #DD89D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD89D2 is #22762D. Grayscale: #AAAAAA. Windows color (decimal): -2258478 or 13797853. OLE color: 13797853.

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

Color convert

RGB 221 137 210 -
CMYK 0 0.38 0.05 0.13
HSL 307.86º 0.55% 0.7% -
HSV(B) 307.86º 0.38% 0.87% -
XYZ 50.4 37.92 65.64 -
YUV 170.44 150.33 164.06 -
System Red Green Blue C M Y K H S L
Decimal 221 137 210 0 0.38 0.05 0.13 307.86 0.55 0.7
Hex DD 89 D2 0 26 5 D 134 37 46
Octal 335 211 322 0 46 5 15 464 67 106
Binary 11011101 10001001 11010010 0 100110 101 1101 100110100 110111 1000110

Color Harmonies of #DD89D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD89D2

Black with #DD89D2

Text Example


Text Example

White with #DD89D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD89D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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