Html Css Color HEX #D088E0 Wisteria

📋 copy color: '#D088E0'

red 208 ◦ green 136 ◦ blue 224

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

Shades of Wisteria #D088E0

Tints of Wisteria #D088E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 39.44%

R = 36.62%
G = 23.94%
B = 39.44%

CMYK

 C value IS 0.07

 M value IS 0.39

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D088E0 (or 0xD088E0) is known color: Wisteria. HEX triplet: D0, 88 and E0. RGB value is (208,136,224). Sum of RGB (Red+Green+Blue) = 208+136+224=568 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.62% from 568); Green value is 136 (53.52% from 255 or 23.94% from 568); Blue value is 224 (87.89% from 255 or 39.44% from 568); Max value from RGB is 224 - color contains mainly: blue. Hex color #D088E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D088E0 is #2F771F. Grayscale: #A7A7A7. Windows color (decimal): -3110688 or 14715088. OLE color: 14715088.

HSL color Cylindrical-coordinate representation of color #D088E0: hue angle of 289.09º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D088E0 is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 208 136 224 -
CMYK 0.07 0.39 0 0.12
HSL 289.09º 0.59% 0.71% -
HSV(B) 289.09º 0.39% 0.88% -
XYZ 48.27 36.4 75 -
YUV 167.56 159.85 156.84 -
System Red Green Blue C M Y K H S L
Decimal 208 136 224 0.07 0.39 0 0.12 289.09 0.59 0.71
Hex D0 88 E0 7 27 0 C 121 3B 47
Octal 320 210 340 7 47 0 14 441 73 107
Binary 11010000 10001000 11100000 111 100111 0 1100 100100001 111011 1000111

Color Harmonies of #D088E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D088E0

Black with #D088E0

Text Example


Text Example

White with #D088E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D088E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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