Html Css Color HEX #D095DA Wisteria

📋 copy color: '#D095DA'

red 208 ◦ green 149 ◦ blue 218

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

Shades of Wisteria #D095DA

Tints of Wisteria #D095DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.91%

R = 36.17%
G = 25.91%
B = 37.91%

CMYK

 C value IS 0.05

 M value IS 0.32

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D095DA (or 0xD095DA) is known color: Wisteria. HEX triplet: D0, 95 and DA. RGB value is (208,149,218). Sum of RGB (Red+Green+Blue) = 208+149+218=575 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.17% from 575); Green value is 149 (58.59% from 255 or 25.91% from 575); Blue value is 218 (85.55% from 255 or 37.91% from 575); Max value from RGB is 218 - color contains mainly: blue. Hex color #D095DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D095DA is #2F6A25. Grayscale: #AEAEAE. Windows color (decimal): -3107366 or 14325200. OLE color: 14325200.

HSL color Cylindrical-coordinate representation of color #D095DA: hue angle of 291.3º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D095DA is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 208 149 218 -
CMYK 0.05 0.32 0 0.15
HSL 291.3º 0.48% 0.72% -
HSV(B) 291.3º 0.32% 0.85% -
XYZ 49.41 39.97 71.44 -
YUV 174.51 152.55 151.89 -
System Red Green Blue C M Y K H S L
Decimal 208 149 218 0.05 0.32 0 0.15 291.3 0.48 0.72
Hex D0 95 DA 5 20 0 F 123 30 48
Octal 320 225 332 5 40 0 17 443 60 110
Binary 11010000 10010101 11011010 101 100000 0 1111 100100011 110000 1001000

Color Harmonies of #D095DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D095DA

Black with #D095DA

Text Example


Text Example

White with #D095DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D095DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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