#D374FE

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

Shades of Heliotrope #D374FE

Tints of Heliotrope #D374FE

Color information

#D374FE (or 0xD374FE) is unknown color: approx Heliotrope. HEX triplet: D3, 74 and FE. RGB value is (211,116,254). Sum of RGB (Red+Green+Blue) = 211+116+254=581 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.32% from 581); Green value is 116 (45.70% from 255 or 19.97% from 581); Blue value is 254 (99.61% from 255 or 43.72% from 581); Max value from RGB is 254 - color contains mainly: blue. Hex color #D374FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D374FE is #2C8B01. Grayscale: #9F9F9F. Windows color (decimal): -2919170 or 16676051. OLE color: 16676051.

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

Color convert

RGB211116254-
CMYK0.170.5400.00
HSL281.3º98.57%72.55%-
HSV(B)281.3º54.33%99.61%-
XYZ5133.597.54-
YUV160.14180.97164.28-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.32%
GREEN value IS 116 (45.70% from 255) = 19.97%
BLUE value IS 254 (99.61% from 255) = 43.72%
R=36.32%
G=19.97%
B=43.72%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2111162540.170.5400.00281.398.5772.55
HexD374FE1136001196349
Octal323164376216600431143111
Binary11010011111010011111110100011101100010001100111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D374FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D374FE; }

 p { color: rgb(211,116,254); }

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

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

 a { background-color: rgb(211,116,254); }

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

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

 span { border-color: rgb(211,116,254); }

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