Html Css Color HEX #D088E5 Wisteria

📋 copy color: '#D088E5'

red 208 ◦ green 136 ◦ blue 229

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

Shades of Wisteria #D088E5

Tints of Wisteria #D088E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 39.97%

R = 36.3%
G = 23.73%
B = 39.97%

CMYK

 C value IS 0.09

 M value IS 0.41

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D088E5 (or 0xD088E5) is known color: Wisteria. HEX triplet: D0, 88 and E5. RGB value is (208,136,229). Sum of RGB (Red+Green+Blue) = 208+136+229=573 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.30% from 573); Green value is 136 (53.52% from 255 or 23.73% from 573); Blue value is 229 (89.84% from 255 or 39.97% from 573); Max value from RGB is 229 - color contains mainly: blue. Hex color #D088E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D088E5 is #2F771A. Grayscale: #A7A7A7. Windows color (decimal): -3110683 or 15042768. OLE color: 15042768.

HSL color Cylindrical-coordinate representation of color #D088E5: hue angle of 286.45º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D088E5 is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 208 136 229 -
CMYK 0.09 0.41 0 0.10
HSL 286.45º 0.64% 0.72% -
HSV(B) 286.45º 0.41% 0.9% -
XYZ 48.96 36.68 78.63 -
YUV 168.13 162.35 156.44 -
System Red Green Blue C M Y K H S L
Decimal 208 136 229 0.09 0.41 0 0.10 286.45 0.64 0.72
Hex D0 88 E5 9 29 0 A 11E 40 48
Octal 320 210 345 11 51 0 12 436 100 110
Binary 11010000 10001000 11100101 1001 101001 0 1010 100011110 1000000 1001000

Color Harmonies of #D088E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D088E5

Black with #D088E5

Text Example


Text Example

White with #D088E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D088E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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