#D145FF

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

Shades of Heliotrope #D145FF

Tints of Heliotrope #D145FF

Color information

#D145FF (or 0xD145FF) is unknown color: approx Heliotrope. HEX triplet: D1, 45 and FF. RGB value is (209,69,255). Sum of RGB (Red+Green+Blue) = 209+69+255=533 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.21% from 533); Green value is 69 (27.34% from 255 or 12.95% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #D145FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D145FF is #2EBA00. Grayscale: #838383. Windows color (decimal): -3062273 or 16729553. OLE color: 16729553.

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

Color convert

RGB20969255-
CMYK0.180.7300
HSL285.16º100%63.53%-
HSV(B)285.16º72.94%100%-
XYZ46.4725.0396.99-
YUV132.06197.38182.88-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.21%
GREEN value IS 69 (27.34% from 255) = 12.95%
BLUE value IS 255 (100% from 255) = 47.84%
R=39.21%
G=12.95%
B=47.84%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal209692550.180.7300285.1610063.53
HexD145FF12490011d6440
Octal3211053772211100435144100
Binary110100011000101111111111001010010010010001110111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D145FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D145FF; }

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

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

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

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

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

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

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

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