Html Css Color HEX #D088ED Wisteria

📋 copy color: '#D088ED'

red 208 ◦ green 136 ◦ blue 237

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

Shades of Wisteria #D088ED

Tints of Wisteria #D088ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.79%

R = 35.8%
G = 23.41%
B = 40.79%

CMYK

 C value IS 0.12

 M value IS 0.43

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D088ED (or 0xD088ED) is known color: Wisteria. HEX triplet: D0, 88 and ED. RGB value is (208,136,237). Sum of RGB (Red+Green+Blue) = 208+136+237=581 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.80% from 581); Green value is 136 (53.52% from 255 or 23.41% from 581); Blue value is 237 (92.97% from 255 or 40.79% from 581); Max value from RGB is 237 - color contains mainly: blue. Hex color #D088ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D088ED is #2F7712. Grayscale: #A8A8A8. Windows color (decimal): -3110675 or 15567056. OLE color: 15567056.

HSL color Cylindrical-coordinate representation of color #D088ED: hue angle of 282.77º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D088ED is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 136 237 -
CMYK 0.12 0.43 0 0.07
HSL 282.77º 0.74% 0.73% -
HSV(B) 282.77º 0.43% 0.93% -
XYZ 50.1 37.13 84.65 -
YUV 169.04 166.35 155.79 -
System Red Green Blue C M Y K H S L
Decimal 208 136 237 0.12 0.43 0 0.07 282.77 0.74 0.73
Hex D0 88 ED C 2B 0 7 11B 4A 49
Octal 320 210 355 14 53 0 7 433 112 111
Binary 11010000 10001000 11101101 1100 101011 0 111 100011011 1001010 1001001

Color Harmonies of #D088ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D088ED

Black with #D088ED

Text Example


Text Example

White with #D088ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D088ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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