#D042FF

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

Shades of Heliotrope #D042FF

Tints of Heliotrope #D042FF

Color information

#D042FF (or 0xD042FF) is unknown color: approx Heliotrope. HEX triplet: D0, 42 and FF. RGB value is (208,66,255). Sum of RGB (Red+Green+Blue) = 208+66+255=529 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.32% from 529); Green value is 66 (26.17% from 255 or 12.48% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #D042FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D042FF is #2FBD00. Grayscale: #818181. Windows color (decimal): -3128577 or 16728784. OLE color: 16728784.

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

Color convert

RGB20866255-
CMYK0.180.7400
HSL285.08º100%62.94%-
HSV(B)285.08º74.12%100%-
XYZ46.0124.5396.92-
YUV130198.54183.63-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.32%
GREEN value IS 66 (26.17% from 255) = 12.48%
BLUE value IS 255 (100% from 255) = 48.20%
R=39.32%
G=12.48%
B=48.20%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal208662550.180.7400285.0810062.94
HexD042FF124A0011d643f
Octal320102377221120043514477
Binary11010000100001011111111100101001010001000111011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D042FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D042FF; }

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

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

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

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

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

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

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

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