#D051F3

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

Shades of Heliotrope #D051F3

Tints of Heliotrope #D051F3

Color information

#D051F3 (or 0xD051F3) is unknown color: approx Heliotrope. HEX triplet: D0, 51 and F3. RGB value is (208,81,243). Sum of RGB (Red+Green+Blue) = 208+81+243=532 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.10% from 532); Green value is 81 (32.03% from 255 or 15.23% from 532); Blue value is 243 (95.31% from 255 or 45.68% from 532); Max value from RGB is 243 - color contains mainly: blue. Hex color #D051F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D051F3 is #2FAE0C. Grayscale: #888888. Windows color (decimal): -3124749 or 15946192. OLE color: 15946192.

HSL color Cylindrical-coordinate representation of color #D051F3: hue angle of 287.04º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D051F3 is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB20881243-
CMYK0.140.6700.05
HSL287.04º87.1%63.53%-
HSV(B)287.04º66.67%95.29%-
XYZ45.1325.7787.39-
YUV137.44187.58178.33-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.10%
GREEN value IS 81 (32.03% from 255) = 15.23%
BLUE value IS 243 (95.31% from 255) = 45.68%
R=39.10%
G=15.23%
B=45.68%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal208812430.140.6700.05287.0487.163.53
HexD051F3E430511f5740
Octal3201213631610305437127100
Binary1101000010100011111001111101000011010110001111110101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D051F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D051F3; }

 p { color: rgb(208,81,243); }

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

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

 a { background-color: rgb(208,81,243); }

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

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

 span { border-color: rgb(208,81,243); }

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