Html Css Color HEX #D088DD Wisteria

📋 copy color: '#D088DD'

red 208 ◦ green 136 ◦ blue 221

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

Shades of Wisteria #D088DD

Tints of Wisteria #D088DD

RGB

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

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

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

R = 36.81%
G = 24.07%
B = 39.12%

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

#D088DD (or 0xD088DD) is known color: Wisteria. HEX triplet: D0, 88 and DD. RGB value is (208,136,221). Sum of RGB (Red+Green+Blue) = 208+136+221=565 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.81% from 565); Green value is 136 (53.52% from 255 or 24.07% from 565); Blue value is 221 (86.72% from 255 or 39.12% from 565); Max value from RGB is 221 - color contains mainly: blue. Hex color #D088DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D088DD is #2F7722. Grayscale: #A6A6A6. Windows color (decimal): -3110691 or 14518480. OLE color: 14518480.

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

Color convert

RGB 208 136 221 -
CMYK 0.06 0.38 0 0.13
HSL 290.82º 0.56% 0.7% -
HSV(B) 290.82º 0.38% 0.87% -
XYZ 47.87 36.24 72.88 -
YUV 167.22 158.35 157.09 -
System Red Green Blue C M Y K H S L
Decimal 208 136 221 0.06 0.38 0 0.13 290.82 0.56 0.7
Hex D0 88 DD 6 26 0 D 123 38 46
Octal 320 210 335 6 46 0 15 443 70 106
Binary 11010000 10001000 11011101 110 100110 0 1101 100100011 111000 1000110

Color Harmonies of #D088DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D088DD

Black with #D088DD

Text Example


Text Example

White with #D088DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D088DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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