Html Css Color HEX #D294DD Wisteria

📋 copy color: '#D294DD'

red 210 ◦ green 148 ◦ blue 221

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

Shades of Wisteria #D294DD

Tints of Wisteria #D294DD

RGB

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

 GREEN value IS 148 (58.2% from 255) = 25.56%

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

R = 36.27%
G = 25.56%
B = 38.17%

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

#D294DD (or 0xD294DD) is known color: Wisteria. HEX triplet: D2, 94 and DD. RGB value is (210,148,221). Sum of RGB (Red+Green+Blue) = 210+148+221=579 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.27% from 579); Green value is 148 (58.20% from 255 or 25.56% from 579); Blue value is 221 (86.72% from 255 or 38.17% from 579); Max value from RGB is 221 - color contains mainly: blue. Hex color #D294DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D294DD is #2D6B22. Grayscale: #AEAEAE. Windows color (decimal): -2976547 or 14521554. OLE color: 14521554.

HSL color Cylindrical-coordinate representation of color #D294DD: hue angle of 290.96º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D294DD is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 210 148 221 -
CMYK 0.05 0.33 0 0.13
HSL 290.96º 0.52% 0.72% -
HSV(B) 290.96º 0.33% 0.87% -
XYZ 50.22 40.1 73.5 -
YUV 174.86 154.04 153.06 -
System Red Green Blue C M Y K H S L
Decimal 210 148 221 0.05 0.33 0 0.13 290.96 0.52 0.72
Hex D2 94 DD 5 21 0 D 123 34 48
Octal 322 224 335 5 41 0 15 443 64 110
Binary 11010010 10010100 11011101 101 100001 0 1101 100100011 110100 1001000

Color Harmonies of #D294DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D294DD

Black with #D294DD

Text Example


Text Example

White with #D294DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D294DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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