#D74FFA

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

Shades of Heliotrope #D74FFA

Tints of Heliotrope #D74FFA

Color information

#D74FFA (or 0xD74FFA) is unknown color: approx Heliotrope. HEX triplet: D7, 4F and FA. RGB value is (215,79,250). Sum of RGB (Red+Green+Blue) = 215+79+250=544 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.52% from 544); Green value is 79 (31.25% from 255 or 14.52% from 544); Blue value is 250 (98.05% from 255 or 45.96% from 544); Max value from RGB is 250 - color contains mainly: blue. Hex color #D74FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D74FFA is #28B005. Grayscale: #8A8A8A. Windows color (decimal): -2666502 or 16404439. OLE color: 16404439.

HSL color Cylindrical-coordinate representation of color #D74FFA: hue angle of 287.72º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D74FFA is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB21579250-
CMYK0.140.6800.02
HSL287.72º94.48%64.51%-
HSV(B)287.72º68.4%98.04%-
XYZ48.0826.9493.11-
YUV139.16190.56182.1-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.52%
GREEN value IS 79 (31.25% from 255) = 14.52%
BLUE value IS 250 (98.05% from 255) = 45.96%
R=39.52%
G=14.52%
B=45.96%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal215792500.140.6800.02287.7294.4864.51
HexD74FFAE44021205e41
Octal3271173721610402440136101
Binary110101111001111111110101110100010001010010000010111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D74FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D74FFA; }

 p { color: rgb(215,79,250); }

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

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

 a { background-color: rgb(215,79,250); }

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

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

 span { border-color: rgb(215,79,250); }

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