Html Css Color HEX #D089DD Wisteria

📋 copy color: '#D089DD'

red 208 ◦ green 137 ◦ blue 221

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

Shades of Wisteria #D089DD

Tints of Wisteria #D089DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.05%

R = 36.75%
G = 24.2%
B = 39.05%

CMYK

 C value IS 0.06

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D089DD (or 0xD089DD) is known color: Wisteria. HEX triplet: D0, 89 and DD. RGB value is (208,137,221). Sum of RGB (Red+Green+Blue) = 208+137+221=566 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.75% from 566); Green value is 137 (53.91% from 255 or 24.20% from 566); Blue value is 221 (86.72% from 255 or 39.05% from 566); Max value from RGB is 221 - color contains mainly: blue. Hex color #D089DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D089DD is #2F7622. Grayscale: #A7A7A7. Windows color (decimal): -3110435 or 14518736. OLE color: 14518736.

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

Color convert

RGB 208 137 221 -
CMYK 0.06 0.38 0 0.13
HSL 290.71º 0.55% 0.7% -
HSV(B) 290.71º 0.38% 0.87% -
XYZ 48.01 36.52 72.93 -
YUV 167.81 158.02 156.67 -
System Red Green Blue C M Y K H S L
Decimal 208 137 221 0.06 0.38 0 0.13 290.71 0.55 0.7
Hex D0 89 DD 6 26 0 D 123 37 46
Octal 320 211 335 6 46 0 15 443 67 106
Binary 11010000 10001001 11011101 110 100110 0 1101 100100011 110111 1000110

Color Harmonies of #D089DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D089DD

Black with #D089DD

Text Example


Text Example

White with #D089DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D089DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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