Html Css Color HEX #D088EC Wisteria

📋 copy color: '#D088EC'

red 208 ◦ green 136 ◦ blue 236

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

Shades of Wisteria #D088EC

Tints of Wisteria #D088EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 40.69%

R = 35.86%
G = 23.45%
B = 40.69%

CMYK

 C value IS 0.12

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D088EC (or 0xD088EC) is known color: Wisteria. HEX triplet: D0, 88 and EC. RGB value is (208,136,236). Sum of RGB (Red+Green+Blue) = 208+136+236=580 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.86% from 580); Green value is 136 (53.52% from 255 or 23.45% from 580); Blue value is 236 (92.58% from 255 or 40.69% from 580); Max value from RGB is 236 - color contains mainly: blue. Hex color #D088EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D088EC is #2F7713. Grayscale: #A8A8A8. Windows color (decimal): -3110676 or 15501520. OLE color: 15501520.

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

Color convert

RGB 208 136 236 -
CMYK 0.12 0.42 0 0.07
HSL 283.2º 0.72% 0.73% -
HSV(B) 283.2º 0.42% 0.93% -
XYZ 49.96 37.07 83.88 -
YUV 168.93 165.85 155.87 -
System Red Green Blue C M Y K H S L
Decimal 208 136 236 0.12 0.42 0 0.07 283.2 0.72 0.73
Hex D0 88 EC C 2A 0 7 11B 48 49
Octal 320 210 354 14 52 0 7 433 110 111
Binary 11010000 10001000 11101100 1100 101010 0 111 100011011 1001000 1001001

Color Harmonies of #D088EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D088EC

Black with #D088EC

Text Example


Text Example

White with #D088EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D088EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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