#D49CE0

Color #D49CE0 Wisteria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wisteria #D49CE0

Tints of Wisteria #D49CE0

Color information

#D49CE0 (or 0xD49CE0) is unknown color: approx Wisteria. HEX triplet: D4, 9C and E0. RGB value is (212,156,224). Sum of RGB (Red+Green+Blue) = 212+156+224=592 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.81% from 592); Green value is 156 (61.33% from 255 or 26.35% from 592); Blue value is 224 (87.89% from 255 or 37.84% from 592); Max value from RGB is 224 - color contains mainly: blue. Hex color #D49CE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49CE0 is #2B631F. Grayscale: #B4B4B4. Windows color (decimal): -2843424 or 14720212. OLE color: 14720212.

HSL color Cylindrical-coordinate representation of color #D49CE0: hue angle of 289.41º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D49CE0 is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB212156224-
CMYK0.050.3000.12
HSL289.41º52.31%74.51%-
HSV(B)289.41º30.36%87.84%-
XYZ52.4943.1676.08-
YUV180.5152.55150.47-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.81%
GREEN value IS 156 (61.33% from 255) = 26.35%
BLUE value IS 224 (87.89% from 255) = 37.84%
R=35.81%
G=26.35%
B=37.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2121562240.050.3000.12289.4152.3174.51
HexD49CE051E0C121344b
Octal32423434053601444164113
Binary11010100100111001110000010111110011001001000011101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49CE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49CE0; }

 p { color: rgb(212,156,224); }

 H1.HeaderClassName
 {
   color: #D49CE0;
 }
 .AnyTagClassName
 {
   color: #D49CE0;
 }
</style>
background-color css

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

 a { background-color: rgb(212,156,224); }

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

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

 span { border-color: rgb(212,156,224); }

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