Html Css Color HEX #D095DD Wisteria

📋 copy color: '#D095DD'

red 208 ◦ green 149 ◦ blue 221

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

Shades of Wisteria #D095DD

Tints of Wisteria #D095DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.24%

R = 35.99%
G = 25.78%
B = 38.24%

CMYK

 C value IS 0.06

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D095DD (or 0xD095DD) is known color: Wisteria. HEX triplet: D0, 95 and DD. RGB value is (208,149,221). Sum of RGB (Red+Green+Blue) = 208+149+221=578 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.99% from 578); Green value is 149 (58.59% from 255 or 25.78% from 578); Blue value is 221 (86.72% from 255 or 38.24% from 578); Max value from RGB is 221 - color contains mainly: blue. Hex color #D095DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D095DD is #2F6A22. Grayscale: #AEAEAE. Windows color (decimal): -3107363 or 14521808. OLE color: 14521808.

HSL color Cylindrical-coordinate representation of color #D095DD: hue angle of 289.17º degrees, saturation: 0.51, 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 #D095DD is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 149 221 -
CMYK 0.06 0.33 0 0.13
HSL 289.17º 0.51% 0.73% -
HSV(B) 289.17º 0.33% 0.87% -
XYZ 49.81 40.13 73.53 -
YUV 174.85 154.05 151.65 -
System Red Green Blue C M Y K H S L
Decimal 208 149 221 0.06 0.33 0 0.13 289.17 0.51 0.73
Hex D0 95 DD 6 21 0 D 121 33 49
Octal 320 225 335 6 41 0 15 441 63 111
Binary 11010000 10010101 11011101 110 100001 0 1101 100100001 110011 1001001

Color Harmonies of #D095DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D095DD

Black with #D095DD

Text Example


Text Example

White with #D095DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D095DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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