#D274E9

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

Shades of Heliotrope #D274E9

Tints of Heliotrope #D274E9

Color information

#D274E9 (or 0xD274E9) is unknown color: approx Heliotrope. HEX triplet: D2, 74 and E9. RGB value is (210,116,233). Sum of RGB (Red+Green+Blue) = 210+116+233=559 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.57% from 559); Green value is 116 (45.70% from 255 or 20.75% from 559); Blue value is 233 (91.41% from 255 or 41.68% from 559); Max value from RGB is 233 - color contains mainly: blue. Hex color #D274E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D274E9 is #2D8B16. Grayscale: #9D9D9D. Windows color (decimal): -2984727 or 15299794. OLE color: 15299794.

HSL color Cylindrical-coordinate representation of color #D274E9: hue angle of 288.21º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D274E9 is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB210116233-
CMYK0.100.5000.09
HSL288.21º72.67%68.43%-
HSV(B)288.21º50.21%91.37%-
XYZ47.5332.0880.78-
YUV157.44170.64165.49-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.57%
GREEN value IS 116 (45.70% from 255) = 20.75%
BLUE value IS 233 (91.41% from 255) = 41.68%
R=37.57%
G=20.75%
B=41.68%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2101162330.100.5000.09288.2172.6768.43
HexD274E9A32091204944
Octal3221643511262011440111104
Binary1101001011101001110100110101100100100110010000010010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D274E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D274E9; }

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

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

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

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

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

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

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

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