#D745FE

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

Shades of Heliotrope #D745FE

Tints of Heliotrope #D745FE

Color information

#D745FE (or 0xD745FE) is unknown color: approx Heliotrope. HEX triplet: D7, 45 and FE. RGB value is (215,69,254). Sum of RGB (Red+Green+Blue) = 215+69+254=538 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.96% from 538); Green value is 69 (27.34% from 255 or 12.83% from 538); Blue value is 254 (99.61% from 255 or 47.21% from 538); Max value from RGB is 254 - color contains mainly: blue. Hex color #D745FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D745FE is #28BA01. Grayscale: #858585. Windows color (decimal): -2669058 or 16664023. OLE color: 16664023.

HSL color Cylindrical-coordinate representation of color #D745FE: hue angle of 287.35º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D745FE is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB21569254-
CMYK0.150.7300.00
HSL287.35º98.93%63.33%-
HSV(B)287.35º72.83%99.61%-
XYZ48.0425.8696.23-
YUV133.74195.87185.96-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.96%
GREEN value IS 69 (27.34% from 255) = 12.83%
BLUE value IS 254 (99.61% from 255) = 47.21%
R=39.96%
G=12.83%
B=47.21%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal215692540.150.7300.00287.3598.9363.33
HexD745FEF490011f633f
Octal327105376171110043714377
Binary1101011110001011111111011111001001001000111111100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D745FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D745FE; }

 p { color: rgb(215,69,254); }

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

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

 a { background-color: rgb(215,69,254); }

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

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

 span { border-color: rgb(215,69,254); }

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