Html Css Color HEX #D088DC Wisteria

📋 copy color: '#D088DC'

red 208 ◦ green 136 ◦ blue 220

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

Shades of Wisteria #D088DC

Tints of Wisteria #D088DC

RGB

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

 GREEN value IS 136 (53.52% from 255) = 24.11%

 BLUE value IS 220 (86.33% from 255) = 39.01%

R = 36.88%
G = 24.11%
B = 39.01%

CMYK

 C value IS 0.05

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D088DC (or 0xD088DC) is known color: Wisteria. HEX triplet: D0, 88 and DC. RGB value is (208,136,220). Sum of RGB (Red+Green+Blue) = 208+136+220=564 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.88% from 564); Green value is 136 (53.52% from 255 or 24.11% from 564); Blue value is 220 (86.33% from 255 or 39.01% from 564); Max value from RGB is 220 - color contains mainly: blue. Hex color #D088DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D088DC is #2F7723. Grayscale: #A6A6A6. Windows color (decimal): -3110692 or 14452944. OLE color: 14452944.

HSL color Cylindrical-coordinate representation of color #D088DC: hue angle of 291.43º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D088DC is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 208 136 220 -
CMYK 0.05 0.38 0 0.14
HSL 291.43º 0.55% 0.7% -
HSV(B) 291.43º 0.38% 0.86% -
XYZ 47.73 36.19 72.18 -
YUV 167.1 157.85 157.17 -
System Red Green Blue C M Y K H S L
Decimal 208 136 220 0.05 0.38 0 0.14 291.43 0.55 0.7
Hex D0 88 DC 5 26 0 E 123 37 46
Octal 320 210 334 5 46 0 16 443 67 106
Binary 11010000 10001000 11011100 101 100110 0 1110 100100011 110111 1000110

Color Harmonies of #D088DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D088DC

Black with #D088DC

Text Example


Text Example

White with #D088DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D088DC; }

 p { color: rgb(208,136,220); }

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

background-color css

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

 a { background-color: rgb(208,136,220); }

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

border-color css

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

 span { border-color: rgb(208,136,220); }

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