Html Css Color HEX #D088DF Wisteria

📋 copy color: '#D088DF'

red 208 ◦ green 136 ◦ blue 223

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

Shades of Wisteria #D088DF

Tints of Wisteria #D088DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.33%

R = 36.68%
G = 23.99%
B = 39.33%

CMYK

 C value IS 0.07

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D088DF (or 0xD088DF) is known color: Wisteria. HEX triplet: D0, 88 and DF. RGB value is (208,136,223). Sum of RGB (Red+Green+Blue) = 208+136+223=567 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.68% from 567); Green value is 136 (53.52% from 255 or 23.99% from 567); Blue value is 223 (87.5% from 255 or 39.33% from 567); Max value from RGB is 223 - color contains mainly: blue. Hex color #D088DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D088DF is #2F7720. Grayscale: #A7A7A7. Windows color (decimal): -3110689 or 14649552. OLE color: 14649552.

HSL color Cylindrical-coordinate representation of color #D088DF: hue angle of 289.66º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D088DF is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 136 223 -
CMYK 0.07 0.39 0 0.13
HSL 289.66º 0.58% 0.7% -
HSV(B) 289.66º 0.39% 0.87% -
XYZ 48.14 36.35 74.29 -
YUV 167.45 159.35 156.93 -
System Red Green Blue C M Y K H S L
Decimal 208 136 223 0.07 0.39 0 0.13 289.66 0.58 0.7
Hex D0 88 DF 7 27 0 D 122 3A 46
Octal 320 210 337 7 47 0 15 442 72 106
Binary 11010000 10001000 11011111 111 100111 0 1101 100100010 111010 1000110

Color Harmonies of #D088DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D088DF

Black with #D088DF

Text Example


Text Example

White with #D088DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D088DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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