Html Css Color HEX #D095DF Wisteria

📋 copy color: '#D095DF'

red 208 ◦ green 149 ◦ blue 223

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

Shades of Wisteria #D095DF

Tints of Wisteria #D095DF

RGB

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

 GREEN value IS 149 (58.59% from 255) = 25.69%

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

R = 35.86%
G = 25.69%
B = 38.45%

CMYK

 C value IS 0.07

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D095DF (or 0xD095DF) is known color: Wisteria. HEX triplet: D0, 95 and DF. RGB value is (208,149,223). Sum of RGB (Red+Green+Blue) = 208+149+223=580 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.86% from 580); Green value is 149 (58.59% from 255 or 25.69% from 580); Blue value is 223 (87.5% from 255 or 38.45% from 580); Max value from RGB is 223 - color contains mainly: blue. Hex color #D095DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D095DF is #2F6A20. Grayscale: #AEAEAE. Windows color (decimal): -3107361 or 14652880. OLE color: 14652880.

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

Color convert

RGB 208 149 223 -
CMYK 0.07 0.33 0 0.13
HSL 287.84º 0.54% 0.73% -
HSV(B) 287.84º 0.33% 0.87% -
XYZ 50.08 40.23 74.94 -
YUV 175.08 155.05 151.48 -
System Red Green Blue C M Y K H S L
Decimal 208 149 223 0.07 0.33 0 0.13 287.84 0.54 0.73
Hex D0 95 DF 7 21 0 D 120 36 49
Octal 320 225 337 7 41 0 15 440 66 111
Binary 11010000 10010101 11011111 111 100001 0 1101 100100000 110110 1001001

Color Harmonies of #D095DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D095DF

Black with #D095DF

Text Example


Text Example

White with #D095DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D095DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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