Html Css Color HEX #D088DB Wisteria

📋 copy color: '#D088DB'

red 208 ◦ green 136 ◦ blue 219

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

Shades of Wisteria #D088DB

Tints of Wisteria #D088DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.9%

R = 36.94%
G = 24.16%
B = 38.9%

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

#D088DB (or 0xD088DB) is known color: Wisteria. HEX triplet: D0, 88 and DB. RGB value is (208,136,219). Sum of RGB (Red+Green+Blue) = 208+136+219=563 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.94% from 563); Green value is 136 (53.52% from 255 or 24.16% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 219 - color contains mainly: blue. Hex color #D088DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D088DB is #2F7724. Grayscale: #A6A6A6. Windows color (decimal): -3110693 or 14387408. OLE color: 14387408.

HSL color Cylindrical-coordinate representation of color #D088DB: hue angle of 292.05º degrees, saturation: 0.54, 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 #D088DB is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 208 136 219 -
CMYK 0.05 0.38 0 0.14
HSL 292.05º 0.54% 0.7% -
HSV(B) 292.05º 0.38% 0.86% -
XYZ 47.6 36.13 71.48 -
YUV 166.99 157.35 157.25 -
System Red Green Blue C M Y K H S L
Decimal 208 136 219 0.05 0.38 0 0.14 292.05 0.54 0.7
Hex D0 88 DB 5 26 0 E 124 36 46
Octal 320 210 333 5 46 0 16 444 66 106
Binary 11010000 10001000 11011011 101 100110 0 1110 100100100 110110 1000110

Color Harmonies of #D088DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D088DB

Black with #D088DB

Text Example


Text Example

White with #D088DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D088DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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