#D04DFF

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

Shades of Heliotrope #D04DFF

Tints of Heliotrope #D04DFF

Color information

#D04DFF (or 0xD04DFF) is unknown color: approx Heliotrope. HEX triplet: D0, 4D and FF. RGB value is (208,77,255). Sum of RGB (Red+Green+Blue) = 208+77+255=540 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.52% from 540); Green value is 77 (30.47% from 255 or 14.26% from 540); Blue value is 255 (100% from 255 or 47.22% from 540); Max value from RGB is 255 - color contains mainly: blue. Hex color #D04DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D04DFF is #2FB200. Grayscale: #878787. Windows color (decimal): -3125761 or 16731600. OLE color: 16731600.

HSL color Cylindrical-coordinate representation of color #D04DFF: hue angle of 284.16º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D04DFF is Cyan = 0.18, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB20877255-
CMYK0.180.7000
HSL284.16º100%65.1%-
HSV(B)284.16º69.8%100%-
XYZ46.7225.9497.15-
YUV136.46194.9179.03-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.52%
GREEN value IS 77 (30.47% from 255) = 14.26%
BLUE value IS 255 (100% from 255) = 47.22%
R=38.52%
G=14.26%
B=47.22%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal208772550.180.7000284.1610065.1
HexD04DFF12460011c6441
Octal3201153772210600434144101
Binary110100001001101111111111001010001100010001110011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D04DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D04DFF; }

 p { color: rgb(208,77,255); }

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

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

 a { background-color: rgb(208,77,255); }

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

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

 span { border-color: rgb(208,77,255); }

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