#D73EFD

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

Shades of Heliotrope #D73EFD

Tints of Heliotrope #D73EFD

Color information

#D73EFD (or 0xD73EFD) is unknown color: approx Heliotrope. HEX triplet: D7, 3E and FD. RGB value is (215,62,253). Sum of RGB (Red+Green+Blue) = 215+62+253=530 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.57% from 530); Green value is 62 (24.61% from 255 or 11.70% from 530); Blue value is 253 (99.22% from 255 or 47.74% from 530); Max value from RGB is 253 - color contains mainly: blue. Hex color #D73EFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D73EFD is #28C102. Grayscale: #808080. Windows color (decimal): -2670851 or 16596695. OLE color: 16596695.

HSL color Cylindrical-coordinate representation of color #D73EFD: hue angle of 288.06º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D73EFD is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB21562253-
CMYK0.150.7500.01
HSL288.06º97.95%61.76%-
HSV(B)288.06º75.49%99.22%-
XYZ47.4824.9895.25-
YUV129.52197.69188.97-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.57%
GREEN value IS 62 (24.61% from 255) = 11.70%
BLUE value IS 253 (99.22% from 255) = 47.74%
R=40.57%
G=11.70%
B=47.74%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal215622530.150.7500.01288.0697.9561.76
HexD73EFDF4B01120623e
Octal32776375171130144014276
Binary110101111111101111110111111001011011001000001100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D73EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D73EFD; }

 p { color: rgb(215,62,253); }

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

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

 a { background-color: rgb(215,62,253); }

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

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

 span { border-color: rgb(215,62,253); }

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