Html Css Color HEX #D089D1 Orchid

📋 copy color: '#D089D1'

red 208 ◦ green 137 ◦ blue 209

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

Shades of Orchid #D089D1

Tints of Orchid #D089D1

RGB

 RED value IS 208 (81.64% from 255) = 37.55%

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

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

R = 37.55%
G = 24.73%
B = 37.73%

CMYK

 C value IS 0.00

 M value IS 0.34

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#D089D1 (or 0xD089D1) is known color: Orchid. HEX triplet: D0, 89 and D1. RGB value is (208,137,209). Sum of RGB (Red+Green+Blue) = 208+137+209=554 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.55% from 554); Green value is 137 (53.91% from 255 or 24.73% from 554); Blue value is 209 (82.03% from 255 or 37.73% from 554); Max value from RGB is 209 - color contains mainly: blue. Hex color #D089D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D089D1 is #2F762E. Grayscale: #A6A6A6. Windows color (decimal): -3110447 or 13732304. OLE color: 13732304.

HSL color Cylindrical-coordinate representation of color #D089D1: hue angle of 299.17º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D089D1 is Cyan = 0.00, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 137 209 -
CMYK 0.00 0.34 0 0.18
HSL 299.17º 0.44% 0.68% -
HSV(B) 299.17º 0.34% 0.82% -
XYZ 46.47 35.9 64.8 -
YUV 166.44 152.02 157.65 -
System Red Green Blue C M Y K H S L
Decimal 208 137 209 0.00 0.34 0 0.18 299.17 0.44 0.68
Hex D0 89 D1 0 22 0 12 12B 2C 44
Octal 320 211 321 0 42 0 22 453 54 104
Binary 11010000 10001001 11010001 0 100010 0 10010 100101011 101100 1000100

Color Harmonies of #D089D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D089D1

Black with #D089D1

Text Example


Text Example

White with #D089D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D089D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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