Html Css Color HEX #D095DB Wisteria

📋 copy color: '#D095DB'

red 208 ◦ green 149 ◦ blue 219

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

Shades of Wisteria #D095DB

Tints of Wisteria #D095DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.02%

R = 36.11%
G = 25.87%
B = 38.02%

CMYK

 C value IS 0.05

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D095DB (or 0xD095DB) is known color: Wisteria. HEX triplet: D0, 95 and DB. RGB value is (208,149,219). Sum of RGB (Red+Green+Blue) = 208+149+219=576 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.11% from 576); Green value is 149 (58.59% from 255 or 25.87% from 576); Blue value is 219 (85.94% from 255 or 38.02% from 576); Max value from RGB is 219 - color contains mainly: blue. Hex color #D095DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D095DB is #2F6A24. Grayscale: #AEAEAE. Windows color (decimal): -3107365 or 14390736. OLE color: 14390736.

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

Color convert

RGB 208 149 219 -
CMYK 0.05 0.32 0 0.14
HSL 290.57º 0.49% 0.72% -
HSV(B) 290.57º 0.32% 0.86% -
XYZ 49.55 40.02 72.13 -
YUV 174.62 153.05 151.81 -
System Red Green Blue C M Y K H S L
Decimal 208 149 219 0.05 0.32 0 0.14 290.57 0.49 0.72
Hex D0 95 DB 5 20 0 E 123 31 48
Octal 320 225 333 5 40 0 16 443 61 110
Binary 11010000 10010101 11011011 101 100000 0 1110 100100011 110001 1001000

Color Harmonies of #D095DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D095DB

Black with #D095DB

Text Example


Text Example

White with #D095DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D095DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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