Html Css Color HEX #D087DF Wisteria

📋 copy color: '#D087DF'

red 208 ◦ green 135 ◦ blue 223

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

Shades of Wisteria #D087DF

Tints of Wisteria #D087DF

RGB

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

 GREEN value IS 135 (53.13% from 255) = 23.85%

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

R = 36.75%
G = 23.85%
B = 39.4%

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

#D087DF (or 0xD087DF) is known color: Wisteria. HEX triplet: D0, 87 and DF. RGB value is (208,135,223). Sum of RGB (Red+Green+Blue) = 208+135+223=566 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.75% from 566); Green value is 135 (53.12% from 255 or 23.85% from 566); Blue value is 223 (87.5% from 255 or 39.40% from 566); Max value from RGB is 223 - color contains mainly: blue. Hex color #D087DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D087DF is #2F7820. Grayscale: #A6A6A6. Windows color (decimal): -3110945 or 14649296. OLE color: 14649296.

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

Color convert

RGB 208 135 223 -
CMYK 0.07 0.39 0 0.13
HSL 289.77º 0.58% 0.7% -
HSV(B) 289.77º 0.39% 0.87% -
XYZ 48 36.07 74.24 -
YUV 166.86 159.68 157.34 -
System Red Green Blue C M Y K H S L
Decimal 208 135 223 0.07 0.39 0 0.13 289.77 0.58 0.7
Hex D0 87 DF 7 27 0 D 122 3A 46
Octal 320 207 337 7 47 0 15 442 72 106
Binary 11010000 10000111 11011111 111 100111 0 1101 100100010 111010 1000110

Color Harmonies of #D087DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D087DF

Black with #D087DF

Text Example


Text Example

White with #D087DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D087DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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