Html Css Color HEX #DD89D4 Orchid

📋 copy color: '#DD89D4'

red 221 ◦ green 137 ◦ blue 212

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

Shades of Orchid #DD89D4

Tints of Orchid #DD89D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 37.19%

R = 38.77%
G = 24.04%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DD89D4 (or 0xDD89D4) is known color: Orchid. HEX triplet: DD, 89 and D4. RGB value is (221,137,212). Sum of RGB (Red+Green+Blue) = 221+137+212=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 137 (53.91% from 255 or 24.04% from 570); Blue value is 212 (83.20% from 255 or 37.19% from 570); Max value from RGB is 221 - color contains mainly: red. Hex color #DD89D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD89D4 is #22762B. Grayscale: #AAAAAA. Windows color (decimal): -2258476 or 13928925. OLE color: 13928925.

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

Color convert

RGB 221 137 212 -
CMYK 0 0.38 0.04 0.13
HSL 306.43º 0.55% 0.7% -
HSV(B) 306.43º 0.38% 0.87% -
XYZ 50.65 38.02 66.96 -
YUV 170.67 151.33 163.9 -
System Red Green Blue C M Y K H S L
Decimal 221 137 212 0 0.38 0.04 0.13 306.43 0.55 0.7
Hex DD 89 D4 0 26 4 D 132 37 46
Octal 335 211 324 0 46 4 15 462 67 106
Binary 11011101 10001001 11010100 0 100110 100 1101 100110010 110111 1000110

Color Harmonies of #DD89D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD89D4

Black with #DD89D4

Text Example


Text Example

White with #DD89D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD89D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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