Html Css Color HEX #D195DB Wisteria

📋 copy color: '#D195DB'

red 209 ◦ green 149 ◦ blue 219

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

Shades of Wisteria #D195DB

Tints of Wisteria #D195DB

RGB

 RED value IS 209 (82.03% from 255) = 36.22%

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

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

R = 36.22%
G = 25.82%
B = 37.95%

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

#D195DB (or 0xD195DB) is known color: Wisteria. HEX triplet: D1, 95 and DB. RGB value is (209,149,219). Sum of RGB (Red+Green+Blue) = 209+149+219=577 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.22% from 577); Green value is 149 (58.59% from 255 or 25.82% from 577); Blue value is 219 (85.94% from 255 or 37.95% from 577); Max value from RGB is 219 - color contains mainly: blue. Hex color #D195DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D195DB is #2E6A24. Grayscale: #AEAEAE. Windows color (decimal): -3041829 or 14390737. OLE color: 14390737.

HSL color Cylindrical-coordinate representation of color #D195DB: hue angle of 291.43º 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 #D195DB is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 209 149 219 -
CMYK 0.05 0.32 0 0.14
HSL 291.43º 0.49% 0.72% -
HSV(B) 291.43º 0.32% 0.86% -
XYZ 49.83 40.16 72.14 -
YUV 174.92 152.88 152.31 -
System Red Green Blue C M Y K H S L
Decimal 209 149 219 0.05 0.32 0 0.14 291.43 0.49 0.72
Hex D1 95 DB 5 20 0 E 123 31 48
Octal 321 225 333 5 40 0 16 443 61 110
Binary 11010001 10010101 11011011 101 100000 0 1110 100100011 110001 1001000

Color Harmonies of #D195DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D195DB

Black with #D195DB

Text Example


Text Example

White with #D195DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D195DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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