#D274F5

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

Shades of Heliotrope #D274F5

Tints of Heliotrope #D274F5

Color information

#D274F5 (or 0xD274F5) is unknown color: approx Heliotrope. HEX triplet: D2, 74 and F5. RGB value is (210,116,245). Sum of RGB (Red+Green+Blue) = 210+116+245=571 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.78% from 571); Green value is 116 (45.70% from 255 or 20.32% from 571); Blue value is 245 (96.09% from 255 or 42.91% from 571); Max value from RGB is 245 - color contains mainly: blue. Hex color #D274F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D274F5 is #2D8B0A. Grayscale: #9E9E9E. Windows color (decimal): -2984715 or 16086226. OLE color: 16086226.

HSL color Cylindrical-coordinate representation of color #D274F5: hue angle of 283.72º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D274F5 is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB210116245-
CMYK0.140.5300.04
HSL283.72º86.58%70.78%-
HSV(B)283.72º52.65%96.08%-
XYZ49.3132.7890.12-
YUV158.81176.64164.51-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.78%
GREEN value IS 116 (45.70% from 255) = 20.32%
BLUE value IS 245 (96.09% from 255) = 42.91%
R=36.78%
G=20.32%
B=42.91%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2101162450.140.5300.04283.7286.5870.78
HexD274F5E350411c5747
Octal322164365166504434127107
Binary110100101110100111101011110110101010010001110010101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D274F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D274F5; }

 p { color: rgb(210,116,245); }

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

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

 a { background-color: rgb(210,116,245); }

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

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

 span { border-color: rgb(210,116,245); }

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