#D28CE4

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

Shades of Wisteria #D28CE4

Tints of Wisteria #D28CE4

Color information

#D28CE4 (or 0xD28CE4) is unknown color: approx Wisteria. HEX triplet: D2, 8C and E4. RGB value is (210,140,228). Sum of RGB (Red+Green+Blue) = 210+140+228=578 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.33% from 578); Green value is 140 (55.08% from 255 or 24.22% from 578); Blue value is 228 (89.45% from 255 or 39.45% from 578); Max value from RGB is 228 - color contains mainly: blue. Hex color #D28CE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28CE4 is #2D731B. Grayscale: #AAAAAA. Windows color (decimal): -2978588 or 14978258. OLE color: 14978258.

HSL color Cylindrical-coordinate representation of color #D28CE4: hue angle of 287.73º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D28CE4 is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB210140228-
CMYK0.080.3900.11
HSL287.73º61.97%72.16%-
HSV(B)287.73º38.6%89.41%-
XYZ49.9638.0678.11-
YUV170.96160.19155.84-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.33%
GREEN value IS 140 (55.08% from 255) = 24.22%
BLUE value IS 228 (89.45% from 255) = 39.45%
R=36.33%
G=24.22%
B=39.45%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2101402280.080.3900.11287.7361.9772.16
HexD28CE48270B1203e48
Octal322214344104701344076110
Binary1101001010001100111001001000100111010111001000001111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28CE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28CE4; }

 p { color: rgb(210,140,228); }

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

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

 a { background-color: rgb(210,140,228); }

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

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

 span { border-color: rgb(210,140,228); }

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