#D257F8

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

Shades of Heliotrope #D257F8

Tints of Heliotrope #D257F8

Color information

#D257F8 (or 0xD257F8) is unknown color: approx Heliotrope. HEX triplet: D2, 57 and F8. RGB value is (210,87,248). Sum of RGB (Red+Green+Blue) = 210+87+248=545 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.53% from 545); Green value is 87 (34.38% from 255 or 15.96% from 545); Blue value is 248 (97.27% from 255 or 45.50% from 545); Max value from RGB is 248 - color contains mainly: blue. Hex color #D257F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D257F8 is #2DA807. Grayscale: #8D8D8D. Windows color (decimal): -2992136 or 16275410. OLE color: 16275410.

HSL color Cylindrical-coordinate representation of color #D257F8: hue angle of 285.84º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D257F8 is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB21087248-
CMYK0.150.6500.03
HSL285.84º92%65.69%-
HSV(B)285.84º64.92%97.25%-
XYZ46.9327.391.6-
YUV142.13187.75176.41-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.53%
GREEN value IS 87 (34.38% from 255) = 15.96%
BLUE value IS 248 (97.27% from 255) = 45.50%
R=38.53%
G=15.96%
B=45.50%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal210872480.150.6500.03285.849265.69
HexD257F8F410311e5c42
Octal3221273701710103436134102
Binary110100101010111111110001111100000101110001111010111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D257F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D257F8; }

 p { color: rgb(210,87,248); }

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

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

 a { background-color: rgb(210,87,248); }

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

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

 span { border-color: rgb(210,87,248); }

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