#D142FF

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

Shades of Heliotrope #D142FF

Tints of Heliotrope #D142FF

Color information

#D142FF (or 0xD142FF) is unknown color: approx Heliotrope. HEX triplet: D1, 42 and FF. RGB value is (209,66,255). Sum of RGB (Red+Green+Blue) = 209+66+255=530 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.43% from 530); Green value is 66 (26.17% from 255 or 12.45% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #D142FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D142FF is #2EBD00. Grayscale: #818181. Windows color (decimal): -3063041 or 16728785. OLE color: 16728785.

HSL color Cylindrical-coordinate representation of color #D142FF: hue angle of 285.4º 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 #D142FF is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB20966255-
CMYK0.180.7400
HSL285.4º100%62.94%-
HSV(B)285.4º74.12%100%-
XYZ46.2924.6796.93-
YUV130.3198.38184.13-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.43%
GREEN value IS 66 (26.17% from 255) = 12.45%
BLUE value IS 255 (100% from 255) = 48.11%
R=39.43%
G=12.45%
B=48.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal209662550.180.7400285.410062.94
HexD142FF124A0011d643f
Octal321102377221120043514477
Binary11010001100001011111111100101001010001000111011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D142FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D142FF; }

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

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

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

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

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

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

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

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