Html Css Color HEX #D295DD Wisteria

📋 copy color: '#D295DD'

red 210 ◦ green 149 ◦ blue 221

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

Shades of Wisteria #D295DD

Tints of Wisteria #D295DD

RGB

 RED value IS 210 (82.42% from 255) = 36.21%

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

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

R = 36.21%
G = 25.69%
B = 38.1%

CMYK

 C value IS 0.05

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D295DD (or 0xD295DD) is known color: Wisteria. HEX triplet: D2, 95 and DD. RGB value is (210,149,221). Sum of RGB (Red+Green+Blue) = 210+149+221=580 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.21% from 580); Green value is 149 (58.59% from 255 or 25.69% from 580); Blue value is 221 (86.72% from 255 or 38.10% from 580); Max value from RGB is 221 - color contains mainly: blue. Hex color #D295DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D295DD is #2D6A22. Grayscale: #AFAFAF. Windows color (decimal): -2976291 or 14521810. OLE color: 14521810.

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

Color convert

RGB 210 149 221 -
CMYK 0.05 0.33 0 0.13
HSL 290.83º 0.51% 0.73% -
HSV(B) 290.83º 0.33% 0.87% -
XYZ 50.38 40.42 73.55 -
YUV 175.45 153.71 152.65 -
System Red Green Blue C M Y K H S L
Decimal 210 149 221 0.05 0.33 0 0.13 290.83 0.51 0.73
Hex D2 95 DD 5 21 0 D 123 33 49
Octal 322 225 335 5 41 0 15 443 63 111
Binary 11010010 10010101 11011101 101 100001 0 1101 100100011 110011 1001001

Color Harmonies of #D295DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D295DD

Black with #D295DD

Text Example


Text Example

White with #D295DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D295DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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