Html Css Color HEX #D188DF Wisteria

📋 copy color: '#D188DF'

red 209 ◦ green 136 ◦ blue 223

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

Shades of Wisteria #D188DF

Tints of Wisteria #D188DF

RGB

 RED value IS 209 (82.03% from 255) = 36.8%

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

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

R = 36.8%
G = 23.94%
B = 39.26%

CMYK

 C value IS 0.06

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D188DF (or 0xD188DF) is known color: Wisteria. HEX triplet: D1, 88 and DF. RGB value is (209,136,223). Sum of RGB (Red+Green+Blue) = 209+136+223=568 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.80% from 568); Green value is 136 (53.52% from 255 or 23.94% from 568); Blue value is 223 (87.5% from 255 or 39.26% from 568); Max value from RGB is 223 - color contains mainly: blue. Hex color #D188DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D188DF is #2E7720. Grayscale: #A7A7A7. Windows color (decimal): -3045153 or 14649553. OLE color: 14649553.

HSL color Cylindrical-coordinate representation of color #D188DF: hue angle of 290.34º 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 #D188DF is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 209 136 223 -
CMYK 0.06 0.39 0 0.13
HSL 290.34º 0.58% 0.7% -
HSV(B) 290.34º 0.39% 0.87% -
XYZ 48.42 36.49 74.3 -
YUV 167.75 159.18 157.43 -
System Red Green Blue C M Y K H S L
Decimal 209 136 223 0.06 0.39 0 0.13 290.34 0.58 0.7
Hex D1 88 DF 6 27 0 D 122 3A 46
Octal 321 210 337 6 47 0 15 442 72 106
Binary 11010001 10001000 11011111 110 100111 0 1101 100100010 111010 1000110

Color Harmonies of #D188DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D188DF

Black with #D188DF

Text Example


Text Example

White with #D188DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D188DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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