#D38FF4

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

Shades of Wisteria #D38FF4

Tints of Wisteria #D38FF4

Color information

#D38FF4 (or 0xD38FF4) is unknown color: approx Wisteria. HEX triplet: D3, 8F and F4. RGB value is (211,143,244). Sum of RGB (Red+Green+Blue) = 211+143+244=598 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.28% from 598); Green value is 143 (56.25% from 255 or 23.91% from 598); Blue value is 244 (95.70% from 255 or 40.80% from 598); Max value from RGB is 244 - color contains mainly: blue. Hex color #D38FF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D38FF4 is #2C700B. Grayscale: #AEAEAE. Windows color (decimal): -2912268 or 16027603. OLE color: 16027603.

HSL color Cylindrical-coordinate representation of color #D38FF4: hue angle of 280.4º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D38FF4 is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB211143244-
CMYK0.140.4100.04
HSL280.4º82.11%75.88%-
HSV(B)280.4º41.39%95.69%-
XYZ53.0240.0390.52-
YUV174.85167.03153.79-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.28%
GREEN value IS 143 (56.25% from 255) = 23.91%
BLUE value IS 244 (95.70% from 255) = 40.80%
R=35.28%
G=23.91%
B=40.80%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2111432440.140.4100.04280.482.1175.88
HexD38FF4E2904118524c
Octal323217364165104430122114
Binary1101001110001111111101001110101001010010001100010100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38FF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38FF4; }

 p { color: rgb(211,143,244); }

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

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

 a { background-color: rgb(211,143,244); }

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

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

 span { border-color: rgb(211,143,244); }

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