Html Css Color HEX #D095E1 Wisteria

📋 copy color: '#D095E1'

red 208 ◦ green 149 ◦ blue 225

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

Shades of Wisteria #D095E1

Tints of Wisteria #D095E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 38.66%

R = 35.74%
G = 25.6%
B = 38.66%

CMYK

 C value IS 0.08

 M value IS 0.34

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D095E1 (or 0xD095E1) is known color: Wisteria. HEX triplet: D0, 95 and E1. RGB value is (208,149,225). Sum of RGB (Red+Green+Blue) = 208+149+225=582 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.74% from 582); Green value is 149 (58.59% from 255 or 25.60% from 582); Blue value is 225 (88.28% from 255 or 38.66% from 582); Max value from RGB is 225 - color contains mainly: blue. Hex color #D095E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D095E1 is #2F6A1E. Grayscale: #AFAFAF. Windows color (decimal): -3107359 or 14783952. OLE color: 14783952.

HSL color Cylindrical-coordinate representation of color #D095E1: hue angle of 286.58º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D095E1 is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 208 149 225 -
CMYK 0.08 0.34 0 0.12
HSL 286.58º 0.56% 0.73% -
HSV(B) 286.58º 0.34% 0.88% -
XYZ 50.35 40.34 76.37 -
YUV 175.31 156.05 151.32 -
System Red Green Blue C M Y K H S L
Decimal 208 149 225 0.08 0.34 0 0.12 286.58 0.56 0.73
Hex D0 95 E1 8 22 0 C 11F 38 49
Octal 320 225 341 10 42 0 14 437 70 111
Binary 11010000 10010101 11100001 1000 100010 0 1100 100011111 111000 1001001

Color Harmonies of #D095E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D095E1

Black with #D095E1

Text Example


Text Example

White with #D095E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D095E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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