Html Css Color HEX #DE89D1 Orchid

📋 copy color: '#DE89D1'

red 222 ◦ green 137 ◦ blue 209

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

Shades of Orchid #DE89D1

Tints of Orchid #DE89D1

RGB

 RED value IS 222 (87.11% from 255) = 39.08%

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

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

R = 39.08%
G = 24.12%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DE89D1 (or 0xDE89D1) is known color: Orchid. HEX triplet: DE, 89 and D1. RGB value is (222,137,209). Sum of RGB (Red+Green+Blue) = 222+137+209=568 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.08% from 568); Green value is 137 (53.91% from 255 or 24.12% from 568); Blue value is 209 (82.03% from 255 or 36.80% from 568); Max value from RGB is 222 - color contains mainly: red. Hex color #DE89D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE89D1 is #21762E. Grayscale: #AAAAAA. Windows color (decimal): -2192943 or 13732318. OLE color: 13732318.

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

Color convert

RGB 222 137 209 -
CMYK 0 0.38 0.06 0.13
HSL 309.18º 0.56% 0.7% -
HSV(B) 309.18º 0.38% 0.87% -
XYZ 50.58 38.02 65 -
YUV 170.62 149.66 164.65 -
System Red Green Blue C M Y K H S L
Decimal 222 137 209 0 0.38 0.06 0.13 309.18 0.56 0.7
Hex DE 89 D1 0 26 6 D 135 38 46
Octal 336 211 321 0 46 6 15 465 70 106
Binary 11011110 10001001 11010001 0 100110 110 1101 100110101 111000 1000110

Color Harmonies of #DE89D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE89D1

Black with #DE89D1

Text Example


Text Example

White with #DE89D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE89D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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