#D674EA

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

Shades of Heliotrope #D674EA

Tints of Heliotrope #D674EA

Color information

#D674EA (or 0xD674EA) is unknown color: approx Heliotrope. HEX triplet: D6, 74 and EA. RGB value is (214,116,234). Sum of RGB (Red+Green+Blue) = 214+116+234=564 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.94% from 564); Green value is 116 (45.70% from 255 or 20.57% from 564); Blue value is 234 (91.80% from 255 or 41.49% from 564); Max value from RGB is 234 - color contains mainly: blue. Hex color #D674EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D674EA is #298B15. Grayscale: #9E9E9E. Windows color (decimal): -2722582 or 15365334. OLE color: 15365334.

HSL color Cylindrical-coordinate representation of color #D674EA: hue angle of 289.83º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D674EA is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB214116234-
CMYK0.090.5000.08
HSL289.83º73.75%68.63%-
HSV(B)289.83º50.43%91.76%-
XYZ48.8332.7381.59-
YUV158.75170.47167.41-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.94%
GREEN value IS 116 (45.70% from 255) = 20.57%
BLUE value IS 234 (91.80% from 255) = 41.49%
R=37.94%
G=20.57%
B=41.49%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2141162340.090.5000.08289.8373.7568.63
HexD674EA932081224a45
Octal3261643521162010442112105
Binary1101011011101001110101010011100100100010010001010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D674EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D674EA; }

 p { color: rgb(214,116,234); }

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

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

 a { background-color: rgb(214,116,234); }

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

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

 span { border-color: rgb(214,116,234); }

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