#D57DFE

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

Shades of Heliotrope #D57DFE

Tints of Heliotrope #D57DFE

Color information

#D57DFE (or 0xD57DFE) is unknown color: approx Heliotrope. HEX triplet: D5, 7D and FE. RGB value is (213,125,254). Sum of RGB (Red+Green+Blue) = 213+125+254=592 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.98% from 592); Green value is 125 (49.22% from 255 or 21.11% from 592); Blue value is 254 (99.61% from 255 or 42.91% from 592); Max value from RGB is 254 - color contains mainly: blue. Hex color #D57DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D57DFE is #2A8201. Grayscale: #A5A5A5. Windows color (decimal): -2785794 or 16678357. OLE color: 16678357.

HSL color Cylindrical-coordinate representation of color #D57DFE: hue angle of 280.93º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D57DFE is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB213125254-
CMYK0.160.5100.00
HSL280.93º98.47%74.31%-
HSV(B)280.93º50.79%99.61%-
XYZ52.6635.9797.93-
YUV166.02177.65161.51-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.98%
GREEN value IS 125 (49.22% from 255) = 21.11%
BLUE value IS 254 (99.61% from 255) = 42.91%
R=35.98%
G=21.11%
B=42.91%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2131252540.160.5100.00280.9398.4774.31
HexD57DFE103300119624a
Octal325175376206300431142112
Binary11010101111110111111110100001100110010001100111000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57DFE; }

 p { color: rgb(213,125,254); }

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

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

 a { background-color: rgb(213,125,254); }

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

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

 span { border-color: rgb(213,125,254); }

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